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