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