License |
License |
---|---|
Categories |
CategoriesCaching Data |
GroupId | GroupIdch.frostnova |
ArtifactId | ArtifactIdcaching-util |
Last Version | Last Version1.0.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIdx Commons
Idx Commons is a collection of general-purpose base libraries.
|
Project URL |
Project URL |
Filename | Size |
---|---|
caching-util-1.0.0-RC1.pom | |
caching-util-1.0.0-RC1.jar | 3 KB |
caching-util-1.0.0-RC1-sources.jar | 2 KB |
caching-util-1.0.0-RC1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.frostnova/caching-util/ -->
<dependency>
<groupId>ch.frostnova</groupId>
<artifactId>caching-util</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.frostnova/caching-util/
implementation 'ch.frostnova:caching-util:1.0.0-RC1'
// https://jarcasting.com/artifacts/ch.frostnova/caching-util/
implementation ("ch.frostnova:caching-util:1.0.0-RC1")
'ch.frostnova:caching-util:jar:1.0.0-RC1'
<dependency org="ch.frostnova" name="caching-util" rev="1.0.0-RC1">
<artifact name="caching-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.frostnova', module='caching-util', version='1.0.0-RC1')
)
libraryDependencies += "ch.frostnova" % "caching-util" % "1.0.0-RC1"
[ch.frostnova/caching-util "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
javax.cache : cache-api | jar | 1.0.0 |
org.jsr107.ri : cache-annotations-ri-cdi | jar | 1.0.0 |
org.ehcache : ehcache | jar | 3.3.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.frostnova : jee-testbase | jar | 1.0.0-RC1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |