is not current version
Last Version 1.0

com.google.collections:google-collections 0.9

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

GroupId

GroupId

com.google.collections
ArtifactId

ArtifactId

google-collections
Version

Version

0.9
Type

Type

jar

Download google-collections 0.9


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