License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.froelund |
ArtifactId | ArtifactIdcache |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionCache
A very simple JavaEE caching utility
|
Filename | Size |
---|---|
cache-0.0.1.pom | |
cache-0.0.1.jar | 3 KB |
cache-0.0.1-sources.jar | 1 KB |
cache-0.0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.froelund/cache/ -->
<dependency>
<groupId>net.froelund</groupId>
<artifactId>cache</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.froelund/cache/
implementation 'net.froelund:cache:0.0.1'
// https://jarcasting.com/artifacts/net.froelund/cache/
implementation ("net.froelund:cache:0.0.1")
'net.froelund:cache:jar:0.0.1'
<dependency org="net.froelund" name="cache" rev="0.0.1">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.froelund', module='cache', version='0.0.1')
)
libraryDependencies += "net.froelund" % "cache" % "0.0.1"
[net.froelund/cache "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |