is not current version
Last Version 3.0.0.1

org.mobicents.cluster:core 1.14.0.FINAL

Mobicents Cluster Framework Core

GroupId

GroupId

org.mobicents.cluster
ArtifactId

ArtifactId

core
Version

Version

1.14.0.FINAL
Type

Type

jar

Download core 1.14.0.FINAL


<!-- https://jarcasting.com/artifacts/org.mobicents.cluster/core/ -->
<dependency>
    <groupId>org.mobicents.cluster</groupId>
    <artifactId>core</artifactId>
    <version>1.14.0.FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.cluster/core/
implementation 'org.mobicents.cluster:core:1.14.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.cluster/core/
implementation ("org.mobicents.cluster:core:1.14.0.FINAL")
'org.mobicents.cluster:core:jar:1.14.0.FINAL'
<dependency org="org.mobicents.cluster" name="core" rev="1.14.0.FINAL">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.cluster', module='core', version='1.14.0.FINAL')
)
libraryDependencies += "org.mobicents.cluster" % "core" % "1.14.0.FINAL"
[org.mobicents.cluster/core "1.14.0.FINAL"]