| License |
License |
|---|---|
| Categories |
CategoriesGuava General Purpose Libraries Utility |
| GroupId | GroupIdca.exprofesso |
| ArtifactId | ArtifactIdguava-jcache |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGoogle Guava Cache - JCache Implementation
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| guava-jcache-1.0.4.pom | |
| guava-jcache-1.0.4.jar | 26 KB |
| guava-jcache-1.0.4-sources.jar | 13 KB |
| guava-jcache-1.0.4-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.exprofesso/guava-jcache/ -->
<dependency>
<groupId>ca.exprofesso</groupId>
<artifactId>guava-jcache</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/ca.exprofesso/guava-jcache/
implementation 'ca.exprofesso:guava-jcache:1.0.4'
// https://jarcasting.com/artifacts/ca.exprofesso/guava-jcache/
implementation ("ca.exprofesso:guava-jcache:1.0.4")
'ca.exprofesso:guava-jcache:jar:1.0.4'
<dependency org="ca.exprofesso" name="guava-jcache" rev="1.0.4">
<artifact name="guava-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.exprofesso', module='guava-jcache', version='1.0.4')
)
libraryDependencies += "ca.exprofesso" % "guava-jcache" % "1.0.4"
[ca.exprofesso/guava-jcache "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 22.0 |
| javax.cache : cache-api | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.bitstrings.test : junit-clptr | jar | 1.2.2 |