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