GroupId | GroupIdjcache |
---|---|
ArtifactId | ArtifactIdjcache |
Last Version | Last Version1.0-dev-2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jcache-1.0-dev-2.pom | |
jcache-1.0-dev-2.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jcache/jcache/ -->
<dependency>
<groupId>jcache</groupId>
<artifactId>jcache</artifactId>
<version>1.0-dev-2</version>
</dependency>
// https://jarcasting.com/artifacts/jcache/jcache/
implementation 'jcache:jcache:1.0-dev-2'
// https://jarcasting.com/artifacts/jcache/jcache/
implementation ("jcache:jcache:1.0-dev-2")
'jcache:jcache:jar:1.0-dev-2'
<dependency org="jcache" name="jcache" rev="1.0-dev-2">
<artifact name="jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='jcache', module='jcache', version='1.0-dev-2')
)
libraryDependencies += "jcache" % "jcache" % "1.0-dev-2"
[jcache "1.0-dev-2"]