GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdzmgcp-demo-services-DU |
Version | Version7.1.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>zmgcp-demo-services-DU</artifactId>
<version>7.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/
implementation 'org.mobicents.examples:zmgcp-demo-services-DU:7.1.12'
// https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/
implementation ("org.mobicents.examples:zmgcp-demo-services-DU:7.1.12")
'org.mobicents.examples:zmgcp-demo-services-DU:jar:7.1.12'
<dependency org="org.mobicents.examples" name="zmgcp-demo-services-DU" rev="7.1.12">
<artifact name="zmgcp-demo-services-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='zmgcp-demo-services-DU', version='7.1.12')
)
libraryDependencies += "org.mobicents.examples" % "zmgcp-demo-services-DU" % "7.1.12"
[org.mobicents.examples/zmgcp-demo-services-DU "7.1.12"]