Google Guice Core Library Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Google Guice Core Library
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>
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'
https://repo1.maven.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.jar