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