is not current version
Last Version 1.0

com.google.collections:google-collections 0.8

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.8
Type

Type

jar

Download google-collections 0.8


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