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