GroupId | GroupIdcom.google.code.google-collections |
---|---|
ArtifactId | ArtifactIdgoogle-collect |
Version | Versionsnapshot-20080321 |
Type | Typejar |
<!-- 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-20080321</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.google-collections/google-collect/
implementation 'com.google.code.google-collections:google-collect:snapshot-20080321'
// https://jarcasting.com/artifacts/com.google.code.google-collections/google-collect/
implementation ("com.google.code.google-collections:google-collect:snapshot-20080321")
'com.google.code.google-collections:google-collect:jar:snapshot-20080321'
<dependency org="com.google.code.google-collections" name="google-collect" rev="snapshot-20080321">
<artifact name="google-collect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.google-collections', module='google-collect', version='snapshot-20080321')
)
libraryDependencies += "com.google.code.google-collections" % "google-collect" % "snapshot-20080321"
[com.google.code.google-collections/google-collect "snapshot-20080321"]