is not current version
Last Version 1.14.0.FINAL

org.mobicents.cluster:example-beans 1.13.1.FINAL

Mobicents Cluster Framework Example Beans

GroupId

GroupId

org.mobicents.cluster
ArtifactId

ArtifactId

example-beans
Version

Version

1.13.1.FINAL
Type

Type

jar

Download example-beans 1.13.1.FINAL


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