is not current version
Last Version 0.4.4

pl.chilldev.commons:commons 0.4.0

ChillDev-Commons is general-purpose library for Java.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons
Version

Version

0.4.0
Type

Type

pom

Download commons 0.4.0

Filename Size
commons-0.4.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons/ -->
<dependency>
    <groupId>pl.chilldev.commons</groupId>
    <artifactId>commons</artifactId>
    <version>0.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons/
implementation 'pl.chilldev.commons:commons:0.4.0'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons/
implementation ("pl.chilldev.commons:commons:0.4.0")
'pl.chilldev.commons:commons:pom:0.4.0'
<dependency org="pl.chilldev.commons" name="commons" rev="0.4.0">
  <artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons', version='0.4.0')
)
libraryDependencies += "pl.chilldev.commons" % "commons" % "0.4.0"
[pl.chilldev.commons/commons "0.4.0"]