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