License |
License |
---|---|
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIdkeller-cache |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKeller-Cache
Keller is a universal base-package | Provided is a very simple implementation of a Cache
|
Project URL |
Project URL |
Filename | Size |
---|---|
keller-cache-1.0.pom | |
keller-cache-1.0.jar | 9 KB |
keller-cache-1.0-sources.jar | 4 KB |
keller-cache-1.0-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/keller-cache/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>keller-cache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/keller-cache/
implementation 'com.github.thorbenkuck:keller-cache:1.0'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/keller-cache/
implementation ("com.github.thorbenkuck:keller-cache:1.0")
'com.github.thorbenkuck:keller-cache:jar:1.0'
<dependency org="com.github.thorbenkuck" name="keller-cache" rev="1.0">
<artifact name="keller-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='keller-cache', version='1.0')
)
libraryDependencies += "com.github.thorbenkuck" % "keller-cache" % "1.0"
[com.github.thorbenkuck/keller-cache "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.thorbenkuck : keller-core | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |