is not current version
Last Version snapshot-20080530

com.google.code.google-collections:google-collect snapshot-20071022

Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0

GroupId

GroupId

com.google.code.google-collections
ArtifactId

ArtifactId

google-collect
Version

Version

snapshot-20071022
Type

Type

jar

Download google-collect snapshot-20071022


<!-- https://jarcasting.com/artifacts/com.google.code.google-collections/google-collect/ -->
<dependency>
    <groupId>com.google.code.google-collections</groupId>
    <artifactId>google-collect</artifactId>
    <version>snapshot-20071022</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.google-collections/google-collect/
implementation 'com.google.code.google-collections:google-collect:snapshot-20071022'
// https://jarcasting.com/artifacts/com.google.code.google-collections/google-collect/
implementation ("com.google.code.google-collections:google-collect:snapshot-20071022")
'com.google.code.google-collections:google-collect:jar:snapshot-20071022'
<dependency org="com.google.code.google-collections" name="google-collect" rev="snapshot-20071022">
  <artifact name="google-collect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.google-collections', module='google-collect', version='snapshot-20071022')
)
libraryDependencies += "com.google.code.google-collections" % "google-collect" % "snapshot-20071022"
[com.google.code.google-collections/google-collect "snapshot-20071022"]