GroupId | GroupIdde.poiu.kilt |
---|---|
ArtifactId | ArtifactIdkilt-core |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
kilt-core-0.3.0.pom | |
kilt-core-0.3.0.jar | 35 KB |
kilt-core-0.3.0-sources.jar | 29 KB |
kilt-core-0.3.0-javadoc.jar | 108 KB |
Browse |
<!-- 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"]