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