| License |
License |
|---|---|
| GroupId | GroupIdorg.osgl |
| ArtifactId | ArtifactIdosgl-cache |
| Version | Version1.8.1 |
| Type | Typejar |
| Description |
DescriptionOSGL Cache API
A simple java cache API
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| osgl-cache-1.8.1.pom | |
| osgl-cache-1.8.1.jar | 35 KB |
| osgl-cache-1.8.1-sources.jar | 19 KB |
| osgl-cache-1.8.1-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-cache/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-cache</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-cache/
implementation 'org.osgl:osgl-cache:1.8.1'
// https://jarcasting.com/artifacts/org.osgl/osgl-cache/
implementation ("org.osgl:osgl-cache:1.8.1")
'org.osgl:osgl-cache:jar:1.8.1'
<dependency org="org.osgl" name="osgl-cache" rev="1.8.1">
<artifact name="osgl-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-cache', version='1.8.1')
)
libraryDependencies += "org.osgl" % "osgl-cache" % "1.8.1"
[org.osgl/osgl-cache "1.8.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.osgl : osgl-logging | jar | 1.5.1 |
| org.osgl : osgl-tool | jar | 1.25.0 |
| net.sf.ehcache : ehcache | jar | 2.10.5 |
| net.spy : spymemcached | jar | 2.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.carrotsearch : junit-benchmarks | jar | 0.7.2 |