| License |
License |
|---|---|
| GroupId | GroupIdcom.google.collections |
| ArtifactId | ArtifactIdgoogle-collections |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGoogle Collections Library
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| google-collections-1.0.pom | |
| google-collections-1.0.jar | 559 KB |
| google-collections-1.0-sources.jar | 280 KB |
| google-collections-1.0-javadoc.jar | 693 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.collections/google-collections/ -->
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.collections/google-collections/
implementation 'com.google.collections:google-collections:1.0'
// https://jarcasting.com/artifacts/com.google.collections/google-collections/
implementation ("com.google.collections:google-collections:1.0")
'com.google.collections:google-collections:jar:1.0'
<dependency org="com.google.collections" name="google-collections" rev="1.0">
<artifact name="google-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.collections', module='google-collections', version='1.0')
)
libraryDependencies += "com.google.collections" % "google-collections" % "1.0"
[com.google.collections/google-collections "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 Optional | jar | 1.3.7 |