is not current version
Last Version 1.29

org.mobicents:mobicents 1.0

POM was created from install:install-file

GroupId

GroupId

org.mobicents
ArtifactId

ArtifactId

mobicents
Version

Version

1.0
Type

Type

jar

Download mobicents 1.0


<!-- https://jarcasting.com/artifacts/org.mobicents/mobicents/ -->
<dependency>
    <groupId>org.mobicents</groupId>
    <artifactId>mobicents</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents/mobicents/
implementation 'org.mobicents:mobicents:1.0'
// https://jarcasting.com/artifacts/org.mobicents/mobicents/
implementation ("org.mobicents:mobicents:1.0")
'org.mobicents:mobicents:jar:1.0'
<dependency org="org.mobicents" name="mobicents" rev="1.0">
  <artifact name="mobicents" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents', module='mobicents', version='1.0')
)
libraryDependencies += "org.mobicents" % "mobicents" % "1.0"
[org.mobicents/mobicents "1.0"]