Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.staccatocommons |
ArtifactId | ArtifactIdcommons-collections |
Version | Version1.2-beta-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-collections/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-collections</artifactId>
<version>1.2-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-collections/
implementation 'net.sf.staccatocommons:commons-collections:1.2-beta-1'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-collections/
implementation ("net.sf.staccatocommons:commons-collections:1.2-beta-1")
'net.sf.staccatocommons:commons-collections:jar:1.2-beta-1'
<dependency org="net.sf.staccatocommons" name="commons-collections" rev="1.2-beta-1">
<artifact name="commons-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-collections', version='1.2-beta-1')
)
libraryDependencies += "net.sf.staccatocommons" % "commons-collections" % "1.2-beta-1"
[net.sf.staccatocommons/commons-collections "1.2-beta-1"]