Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0.
For more details about the proper version to use, check out the following Maven Central link.
Google Collections Library Maven Dependency
Copy below Google Collections Library maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/com.google.collections/google-collections -->
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
Google Collections Library Gradle Dependency
Copy below Google Collections Library gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/com.google.collections/google-collections
compile group: 'com.google.collections', name: 'google-collections', version: '1.0'
Comments
Post a Comment