Google Guice Core Library Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Google Guice Core Library

Google Guice Core Library Maven Dependency

Copy below Google Guice Core Library maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/com.google.inject/guice -->
<dependency>
    <groupId>com.google.inject</groupId>
    <artifactId>guice</artifactId>
    <version>4.2.2</version>
</dependency>

Google Guice Core Library Gradle Dependency

Copy below Google Guice Core Library gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/com.google.inject/guice
compile group: 'com.google.inject', name: 'guice', version: '4.2.2'

Download JAR File

https://repo1.maven.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.jar

Check for Latest Release

https://mvnrepository.com/artifact/com.google.inject/guice

Reference

https://mvnrepository.com/artifact/com.google.inject/guice

⚠️ **GitHub.com Fallback** ⚠️