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