GroupId | GroupIdorg.mobicents.cluster |
---|---|
ArtifactId | ArtifactIdmobicents-cluster |
Version | Version1.15.10 |
Type | Typepom |
Filename | Size |
---|---|
mobicents-cluster-1.15.10.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.cluster/mobicents-cluster/ -->
<dependency>
<groupId>org.mobicents.cluster</groupId>
<artifactId>mobicents-cluster</artifactId>
<version>1.15.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.cluster/mobicents-cluster/
implementation 'org.mobicents.cluster:mobicents-cluster:1.15.10'
// https://jarcasting.com/artifacts/org.mobicents.cluster/mobicents-cluster/
implementation ("org.mobicents.cluster:mobicents-cluster:1.15.10")
'org.mobicents.cluster:mobicents-cluster:pom:1.15.10'
<dependency org="org.mobicents.cluster" name="mobicents-cluster" rev="1.15.10">
<artifact name="mobicents-cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.cluster', module='mobicents-cluster', version='1.15.10')
)
libraryDependencies += "org.mobicents.cluster" % "mobicents-cluster" % "1.15.10"
[org.mobicents.cluster/mobicents-cluster "1.15.10"]