GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdzmgcp-demo-services-DU |
Version | Version2.8.116 |
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>2.8.116</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/
implementation 'org.mobicents.examples:zmgcp-demo-services-DU:2.8.116'
// https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/
implementation ("org.mobicents.examples:zmgcp-demo-services-DU:2.8.116")
'org.mobicents.examples:zmgcp-demo-services-DU:jar:2.8.116'
<dependency org="org.mobicents.examples" name="zmgcp-demo-services-DU" rev="2.8.116">
<artifact name="zmgcp-demo-services-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='zmgcp-demo-services-DU', version='2.8.116')
)
libraryDependencies += "org.mobicents.examples" % "zmgcp-demo-services-DU" % "2.8.116"
[org.mobicents.examples/zmgcp-demo-services-DU "2.8.116"]