GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdcall-controller2-DU |
Version | Version2.8.25 |
Type | Typejar |
Filename | Size |
---|---|
call-controller2-DU-2.8.25.pom | |
call-controller2-DU-2.8.25.jar | 533 KB |
call-controller2-DU-2.8.25-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-DU/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>call-controller2-DU</artifactId>
<version>2.8.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-DU/
implementation 'org.mobicents.examples:call-controller2-DU:2.8.25'
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-DU/
implementation ("org.mobicents.examples:call-controller2-DU:2.8.25")
'org.mobicents.examples:call-controller2-DU:jar:2.8.25'
<dependency org="org.mobicents.examples" name="call-controller2-DU" rev="2.8.25">
<artifact name="call-controller2-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='call-controller2-DU', version='2.8.25')
)
libraryDependencies += "org.mobicents.examples" % "call-controller2-DU" % "2.8.25"
[org.mobicents.examples/call-controller2-DU "2.8.25"]