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