g

google-collections

Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0
http://code.google.com/p/google-collections/
The Apache Software License, Version 2.0
Google
Files download
File Operation
google-collections-1.0-rc1.jar download
google-collections-1.0-rc1.pom download
google-collections-1.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.collections</groupId>
  <artifactId>google-collections</artifactId>
  <version>1.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'com.google.collections:google-collections:1.0-rc1'
Gradle Kotlin
implementation("com.google.collections:google-collections:1.0-rc1")
Scala SBT
libraryDependencies += "com.google.collections" % "google-collections" % "1.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.collections', module='google-collections', version='1.0-rc1')
)
Apache Ivy
<dependency org="com.google.collections" name="google-collections" rev="1.0-rc1" />
Leiningen
[com.google.collections/google-collections "1.0-rc1"]
Apache Buildr
'com.google.collections:google-collections:jar:1.0-rc1'