GroupId | GroupIdde.poiu.kilt |
---|---|
ArtifactId | ArtifactIdkilt-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
kilt-core-0.2.0.pom | |
kilt-core-0.2.0.jar | 34 KB |
kilt-core-0.2.0-sources.jar | 29 KB |
kilt-core-0.2.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.poiu.kilt/kilt-core/ -->
<dependency>
<groupId>de.poiu.kilt</groupId>
<artifactId>kilt-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.poiu.kilt/kilt-core/
implementation 'de.poiu.kilt:kilt-core:0.2.0'
// https://jarcasting.com/artifacts/de.poiu.kilt/kilt-core/
implementation ("de.poiu.kilt:kilt-core:0.2.0")
'de.poiu.kilt:kilt-core:jar:0.2.0'
<dependency org="de.poiu.kilt" name="kilt-core" rev="0.2.0">
<artifact name="kilt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.poiu.kilt', module='kilt-core', version='0.2.0')
)
libraryDependencies += "de.poiu.kilt" % "kilt-core" % "0.2.0"
[de.poiu.kilt/kilt-core "0.2.0"]