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