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