GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdcall-controller2-example-parent |
Version | Version2.8.72 |
Type | Typepom |
Filename | Size |
---|---|
call-controller2-example-parent-2.8.72.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-example-parent/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>call-controller2-example-parent</artifactId>
<version>2.8.72</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-example-parent/
implementation 'org.mobicents.examples:call-controller2-example-parent:2.8.72'
// https://jarcasting.com/artifacts/org.mobicents.examples/call-controller2-example-parent/
implementation ("org.mobicents.examples:call-controller2-example-parent:2.8.72")
'org.mobicents.examples:call-controller2-example-parent:pom:2.8.72'
<dependency org="org.mobicents.examples" name="call-controller2-example-parent" rev="2.8.72">
<artifact name="call-controller2-example-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='call-controller2-example-parent', version='2.8.72')
)
libraryDependencies += "org.mobicents.examples" % "call-controller2-example-parent" % "2.8.72"
[org.mobicents.examples/call-controller2-example-parent "2.8.72"]