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