GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-collections |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-collections/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-collections</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-collections/
implementation 'pl.chilldev.commons:commons-collections:0.1.1'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-collections/
implementation ("pl.chilldev.commons:commons-collections:0.1.1")
'pl.chilldev.commons:commons-collections:jar:0.1.1'
<dependency org="pl.chilldev.commons" name="commons-collections" rev="0.1.1">
<artifact name="commons-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-collections', version='0.1.1')
)
libraryDependencies += "pl.chilldev.commons" % "commons-collections" % "0.1.1"
[pl.chilldev.commons/commons-collections "0.1.1"]