GroupId | GroupIdorg.mobicents |
---|---|
ArtifactId | ArtifactIdmobicents-parent |
Version | Version2.22 |
Type | Typepom |
Filename | Size |
---|---|
mobicents-parent-2.22.pom | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents/mobicents-parent/ -->
<dependency>
<groupId>org.mobicents</groupId>
<artifactId>mobicents-parent</artifactId>
<version>2.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents/mobicents-parent/
implementation 'org.mobicents:mobicents-parent:2.22'
// https://jarcasting.com/artifacts/org.mobicents/mobicents-parent/
implementation ("org.mobicents:mobicents-parent:2.22")
'org.mobicents:mobicents-parent:pom:2.22'
<dependency org="org.mobicents" name="mobicents-parent" rev="2.22">
<artifact name="mobicents-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents', module='mobicents-parent', version='2.22')
)
libraryDependencies += "org.mobicents" % "mobicents-parent" % "2.22"
[org.mobicents/mobicents-parent "2.22"]