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