GroupId | GroupIdcom.sun.commons |
---|---|
ArtifactId | ArtifactIdcollections |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOM was created from deploy:deploy-file
|
Filename | Size |
---|---|
collections-2.1.pom | |
collections-2.1.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.commons/collections/ -->
<dependency>
<groupId>com.sun.commons</groupId>
<artifactId>collections</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.commons/collections/
implementation 'com.sun.commons:collections:2.1'
// https://jarcasting.com/artifacts/com.sun.commons/collections/
implementation ("com.sun.commons:collections:2.1")
'com.sun.commons:collections:jar:2.1'
<dependency org="com.sun.commons" name="collections" rev="2.1">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.commons', module='collections', version='2.1')
)
libraryDependencies += "com.sun.commons" % "collections" % "2.1"
[com.sun.commons/collections "2.1"]