GroupId | GroupIdorg.restcomm.cluster |
---|---|
ArtifactId | ArtifactIdcache |
Version | Version3.0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
cache-3.0.0.10.pom | |
cache-3.0.0.10.jar | 6 KB |
cache-3.0.0.10-sources.jar | 4 KB |
cache-3.0.0.10-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.cluster/cache/ -->
<dependency>
<groupId>org.restcomm.cluster</groupId>
<artifactId>cache</artifactId>
<version>3.0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.cluster/cache/
implementation 'org.restcomm.cluster:cache:3.0.0.10'
// https://jarcasting.com/artifacts/org.restcomm.cluster/cache/
implementation ("org.restcomm.cluster:cache:3.0.0.10")
'org.restcomm.cluster:cache:jar:3.0.0.10'
<dependency org="org.restcomm.cluster" name="cache" rev="3.0.0.10">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.cluster', module='cache', version='3.0.0.10')
)
libraryDependencies += "org.restcomm.cluster" % "cache" % "3.0.0.10"
[org.restcomm.cluster/cache "3.0.0.10"]