| License |
License |
|---|---|
| GroupId | GroupIdorg.permians |
| ArtifactId | ArtifactIdcache |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncache
Simple Caching-Interface
|
| Filename | Size |
|---|---|
| cache-1.1.0.pom | |
| cache-1.1.0.jar | 3 KB |
| cache-1.1.0-tests.jar | 5 KB |
| cache-1.1.0-sources.jar | 1 KB |
| cache-1.1.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.permians/cache/ -->
<dependency>
<groupId>org.permians</groupId>
<artifactId>cache</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.permians/cache/
implementation 'org.permians:cache:1.1.0'
// https://jarcasting.com/artifacts/org.permians/cache/
implementation ("org.permians:cache:1.1.0")
'org.permians:cache:jar:1.1.0'
<dependency org="org.permians" name="cache" rev="1.1.0">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.permians', module='cache', version='1.1.0')
)
libraryDependencies += "org.permians" % "cache" % "1.1.0"
[org.permians/cache "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |