| License |
License
The Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdorg.coconut.cache |
| ArtifactId | ArtifactIdcoconut-cache-impl |
| Last Version | Last Version1.0-alpha3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCoconut Cache Impl
Common eviction cache policies
|
| Project Organization |
Project OrganizationCodehaus |
| Filename | Size |
|---|---|
| coconut-cache-impl-1.0-alpha3.pom | |
| coconut-cache-impl-1.0-alpha3.jar | 153 KB |
| coconut-cache-impl-1.0-alpha3-sources.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache-impl/ -->
<dependency>
<groupId>org.coconut.cache</groupId>
<artifactId>coconut-cache-impl</artifactId>
<version>1.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache-impl/
implementation 'org.coconut.cache:coconut-cache-impl:1.0-alpha3'
// https://jarcasting.com/artifacts/org.coconut.cache/coconut-cache-impl/
implementation ("org.coconut.cache:coconut-cache-impl:1.0-alpha3")
'org.coconut.cache:coconut-cache-impl:jar:1.0-alpha3'
<dependency org="org.coconut.cache" name="coconut-cache-impl" rev="1.0-alpha3">
<artifact name="coconut-cache-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coconut.cache', module='coconut-cache-impl', version='1.0-alpha3')
)
libraryDependencies += "org.coconut.cache" % "coconut-cache-impl" % "1.0-alpha3"
[org.coconut.cache/coconut-cache-impl "1.0-alpha3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.coconut.cache : coconut-cache-api | jar | 1.0-alpha3 |
| org.coconut.internal : coconut-internal-picocontainer | jar | 1.3 |
| org.coconut.cache : coconut-cache-policies | jar | 1.0-alpha3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.coconut.cache.test : coconut-cache-test-tck | jar | 1.0-alpha3 |
| org.coconut.test : coconut-test-framework | jar | 1.0-alpha3 |