License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdorg.codehaus.cake.cache |
ArtifactId | ArtifactIdcake-cache-impl |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCake Cache Implementation
This library contains class that are used across all Cake projects
|
Project Organization |
Project OrganizationThe Codehaus |
Filename | Size |
---|---|
cake-cache-impl-0.1.pom | |
cake-cache-impl-0.1.jar | 89 KB |
cake-cache-impl-0.1-sources.jar | 58 KB |
cake-cache-impl-0.1-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.cake.cache/cake-cache-impl/ -->
<dependency>
<groupId>org.codehaus.cake.cache</groupId>
<artifactId>cake-cache-impl</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cake.cache/cake-cache-impl/
implementation 'org.codehaus.cake.cache:cake-cache-impl:0.1'
// https://jarcasting.com/artifacts/org.codehaus.cake.cache/cake-cache-impl/
implementation ("org.codehaus.cake.cache:cake-cache-impl:0.1")
'org.codehaus.cake.cache:cake-cache-impl:jar:0.1'
<dependency org="org.codehaus.cake.cache" name="cake-cache-impl" rev="0.1">
<artifact name="cake-cache-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cake.cache', module='cake-cache-impl', version='0.1')
)
libraryDependencies += "org.codehaus.cake.cache" % "cake-cache-impl" % "0.1"
[org.codehaus.cake.cache/cake-cache-impl "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.cake.cache : cake-cache-api | jar | 0.1 |
org.codehaus.cake.attributes : cake-attributes-mapgenerator | jar | 0.1 |
org.codehaus.cake.service : cake-service-impl | jar | 0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.cake.cache.test : cake-cache-test-tck | jar | 0.1 |