GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.3.12 |
Type | Typepom |
Filename | Size |
---|---|
commons-0.3.12.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons</artifactId>
<version>0.3.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons/
implementation 'pl.chilldev.commons:commons:0.3.12'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons/
implementation ("pl.chilldev.commons:commons:0.3.12")
'pl.chilldev.commons:commons:pom:0.3.12'
<dependency org="pl.chilldev.commons" name="commons" rev="0.3.12">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons', version='0.3.12')
)
libraryDependencies += "pl.chilldev.commons" % "commons" % "0.3.12"
[pl.chilldev.commons/commons "0.3.12"]