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