g

google-collect

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-collect-snapshot-20080321.jar download
google-collect-snapshot-20080321.pom download
google-collect-snapshot-20080321-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.google-collections</groupId>
  <artifactId>google-collect</artifactId>
  <version>snapshot-20080321</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.google-collections:google-collect:snapshot-20080321'
Gradle Kotlin
implementation("com.google.code.google-collections:google-collect:snapshot-20080321")
Scala SBT
libraryDependencies += "com.google.code.google-collections" % "google-collect" % "snapshot-20080321"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.google-collections', module='google-collect', version='snapshot-20080321')
)
Apache Ivy
<dependency org="com.google.code.google-collections" name="google-collect" rev="snapshot-20080321" />
Leiningen
[com.google.code.google-collections/google-collect "snapshot-20080321"]
Apache Buildr
'com.google.code.google-collections:google-collect:jar:snapshot-20080321'
Dependencies
The project has no third-party dependencies