is not current version
Last Version 0.14

com.github.andrewoma.kommon:kommon 0.13

A commons library for Kotlin

GroupId

GroupId

com.github.andrewoma.kommon
ArtifactId

ArtifactId

kommon
Version

Version

0.13
Type

Type

jar

Download kommon 0.13


<!-- https://jarcasting.com/artifacts/com.github.andrewoma.kommon/kommon/ -->
<dependency>
    <groupId>com.github.andrewoma.kommon</groupId>
    <artifactId>kommon</artifactId>
    <version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrewoma.kommon/kommon/
implementation 'com.github.andrewoma.kommon:kommon:0.13'
// https://jarcasting.com/artifacts/com.github.andrewoma.kommon/kommon/
implementation ("com.github.andrewoma.kommon:kommon:0.13")
'com.github.andrewoma.kommon:kommon:jar:0.13'
<dependency org="com.github.andrewoma.kommon" name="kommon" rev="0.13">
  <artifact name="kommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrewoma.kommon', module='kommon', version='0.13')
)
libraryDependencies += "com.github.andrewoma.kommon" % "kommon" % "0.13"
[com.github.andrewoma.kommon/kommon "0.13"]