License |
License |
---|---|
GroupId | GroupIdorg.mobicents.cluster |
ArtifactId | ArtifactIdexample-parent |
Last Version | Last Version1.14.0.FINAL |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMobicents Cluster Framework Examples Parent
Mobicents Cluster Framework Examples Parent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
example-parent-1.14.0.FINAL.pom | 722 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.cluster/example-parent/ -->
<dependency>
<groupId>org.mobicents.cluster</groupId>
<artifactId>example-parent</artifactId>
<version>1.14.0.FINAL</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.cluster/example-parent/
implementation 'org.mobicents.cluster:example-parent:1.14.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.cluster/example-parent/
implementation ("org.mobicents.cluster:example-parent:1.14.0.FINAL")
'org.mobicents.cluster:example-parent:pom:1.14.0.FINAL'
<dependency org="org.mobicents.cluster" name="example-parent" rev="1.14.0.FINAL">
<artifact name="example-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.cluster', module='example-parent', version='1.14.0.FINAL')
)
libraryDependencies += "org.mobicents.cluster" % "example-parent" % "1.14.0.FINAL"
[org.mobicents.cluster/example-parent "1.14.0.FINAL"]