License |
License |
---|---|
GroupId | GroupIdcom.google.appengine |
ArtifactId | ArtifactIdjcache-api |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jcache-api-0.1.pom | |
jcache-api-0.1.jar | 5 KB |
jcache-api-0.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.appengine/jcache-api/ -->
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>jcache-api</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.appengine/jcache-api/
implementation 'com.google.appengine:jcache-api:0.1'
// https://jarcasting.com/artifacts/com.google.appengine/jcache-api/
implementation ("com.google.appengine:jcache-api:0.1")
'com.google.appengine:jcache-api:jar:0.1'
<dependency org="com.google.appengine" name="jcache-api" rev="0.1">
<artifact name="jcache-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.appengine', module='jcache-api', version='0.1')
)
libraryDependencies += "com.google.appengine" % "jcache-api" % "0.1"
[com.google.appengine/jcache-api "0.1"]