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