GroupId | GroupIdorg.mobicents.cluster |
---|---|
ArtifactId | ArtifactIdmobicents-cluster |
Version | Version1.15.6 |
Type | Typepom |
Filename | Size |
---|---|
mobicents-cluster-1.15.6.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.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.cluster/mobicents-cluster/
implementation 'org.mobicents.cluster:mobicents-cluster:1.15.6'
// https://jarcasting.com/artifacts/org.mobicents.cluster/mobicents-cluster/
implementation ("org.mobicents.cluster:mobicents-cluster:1.15.6")
'org.mobicents.cluster:mobicents-cluster:pom:1.15.6'
<dependency org="org.mobicents.cluster" name="mobicents-cluster" rev="1.15.6">
<artifact name="mobicents-cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.cluster', module='mobicents-cluster', version='1.15.6')
)
libraryDependencies += "org.mobicents.cluster" % "mobicents-cluster" % "1.15.6"
[org.mobicents.cluster/mobicents-cluster "1.15.6"]