| GroupId | GroupIdcom.github.thorbenkuck |
|---|---|
| ArtifactId | ArtifactIdKeller |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Keller-1.2.pom | |
| Keller-1.2.jar | 60 KB |
| Keller-1.2-sources.jar | 37 KB |
| Keller-1.2-javadoc.jar | 724 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/Keller/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>Keller</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/Keller/
implementation 'com.github.thorbenkuck:Keller:1.2'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/Keller/
implementation ("com.github.thorbenkuck:Keller:1.2")
'com.github.thorbenkuck:Keller:jar:1.2'
<dependency org="com.github.thorbenkuck" name="Keller" rev="1.2">
<artifact name="Keller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='Keller', version='1.2')
)
libraryDependencies += "com.github.thorbenkuck" % "Keller" % "1.2"
[com.github.thorbenkuck/Keller "1.2"]