GroupId | GroupIdorg.restcomm.cluster |
---|---|
ArtifactId | ArtifactIdcache |
Version | Version3.0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
cache-3.0.0.4.pom | |
cache-3.0.0.4.jar | 6 KB |
cache-3.0.0.4-sources.jar | 4 KB |
cache-3.0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.cluster/cache/
implementation 'org.restcomm.cluster:cache:3.0.0.4'
// https://jarcasting.com/artifacts/org.restcomm.cluster/cache/
implementation ("org.restcomm.cluster:cache:3.0.0.4")
'org.restcomm.cluster:cache:jar:3.0.0.4'
<dependency org="org.restcomm.cluster" name="cache" rev="3.0.0.4">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.cluster', module='cache', version='3.0.0.4')
)
libraryDependencies += "org.restcomm.cluster" % "cache" % "3.0.0.4"
[org.restcomm.cluster/cache "3.0.0.4"]