GroupId | GroupIdcom.github.andrewoma.kommon |
---|---|
ArtifactId | ArtifactIdkommon |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
kommon-0.4.pom | |
kommon-0.4.jar | 50 KB |
kommon-0.4-sources.jar | 12 KB |
kommon-0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andrewoma.kommon/kommon/ -->
<dependency>
<groupId>com.github.andrewoma.kommon</groupId>
<artifactId>kommon</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrewoma.kommon/kommon/
implementation 'com.github.andrewoma.kommon:kommon:0.4'
// https://jarcasting.com/artifacts/com.github.andrewoma.kommon/kommon/
implementation ("com.github.andrewoma.kommon:kommon:0.4")
'com.github.andrewoma.kommon:kommon:jar:0.4'
<dependency org="com.github.andrewoma.kommon" name="kommon" rev="0.4">
<artifact name="kommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrewoma.kommon', module='kommon', version='0.4')
)
libraryDependencies += "com.github.andrewoma.kommon" % "kommon" % "0.4"
[com.github.andrewoma.kommon/kommon "0.4"]