is not current version
Last Version 0.4.4

pl.chilldev.commons:commons 0.3.12

ChillDev-Commons is general-purpose library for Java.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons
Version

Version

0.3.12
Type

Type

pom

Download commons 0.3.12

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"]