is not current version
Last Version 1.0.1

de.poiu.kilt:kilt-core 0.3.0

Kilt core classes doing the actual work

GroupId

GroupId

de.poiu.kilt
ArtifactId

ArtifactId

kilt-core
Version

Version

0.3.0
Type

Type

jar

Download kilt-core 0.3.0


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