GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdcall-controller2-DU |
Version | Version2.8.114 |
Type | Typejar |
Filename | Size |
---|---|
call-controller2-DU-2.8.114.pom | |
call-controller2-DU-2.8.114.jar | 533 KB |
call-controller2-DU-2.8.114-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.114</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-DU/
implementation 'org.mobicents.examples:call-controller2-DU:2.8.114'
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-DU/
implementation ("org.mobicents.examples:call-controller2-DU:2.8.114")
'org.mobicents.examples:call-controller2-DU:jar:2.8.114'
<dependency org="org.mobicents.examples" name="call-controller2-DU" rev="2.8.114">
<artifact name="call-controller2-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='call-controller2-DU', version='2.8.114')
)
libraryDependencies += "org.mobicents.examples" % "call-controller2-DU" % "2.8.114"
[org.mobicents.examples/call-controller2-DU "2.8.114"]