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