License |
License |
---|---|
GroupId | GroupIdcom.google.code.google-collections |
ArtifactId | ArtifactIdgoogle-collect |
Last Version | Last Versionsnapshot-20080530 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongoogle-collect
Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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-20080530</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.google-collections/google-collect/
implementation 'com.google.code.google-collections:google-collect:snapshot-20080530'
// https://jarcasting.com/artifacts/com.google.code.google-collections/google-collect/
implementation ("com.google.code.google-collections:google-collect:snapshot-20080530")
'com.google.code.google-collections:google-collect:jar:snapshot-20080530'
<dependency org="com.google.code.google-collections" name="google-collect" rev="snapshot-20080530">
<artifact name="google-collect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.google-collections', module='google-collect', version='snapshot-20080530')
)
libraryDependencies += "com.google.code.google-collections" % "google-collect" % "snapshot-20080530"
[com.google.code.google-collections/google-collect "snapshot-20080530"]