GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdcall-controller2-profile |
Version | Version2.8.39 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-profile/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>call-controller2-profile</artifactId>
<version>2.8.39</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-profile/
implementation 'org.mobicents.examples:call-controller2-profile:2.8.39'
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-profile/
implementation ("org.mobicents.examples:call-controller2-profile:2.8.39")
'org.mobicents.examples:call-controller2-profile:jar:2.8.39'
<dependency org="org.mobicents.examples" name="call-controller2-profile" rev="2.8.39">
<artifact name="call-controller2-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='call-controller2-profile', version='2.8.39')
)
libraryDependencies += "org.mobicents.examples" % "call-controller2-profile" % "2.8.39"
[org.mobicents.examples/call-controller2-profile "2.8.39"]