Skip to content

Instantly share code, notes, and snippets.

@rajeevshukla
Created October 15, 2018 12:29
Show Gist options
  • Save rajeevshukla/1e16f6d26b5ee187a941b246691b0715 to your computer and use it in GitHub Desktop.
Save rajeevshukla/1e16f6d26b5ee187a941b246691b0715 to your computer and use it in GitHub Desktop.
pom.xml
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment