GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdzmgcp-demo-services-DU |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
zmgcp-demo-services-DU-3.0.1.pom | |
zmgcp-demo-services-DU-3.0.1.jar | 60 KB |
zmgcp-demo-services-DU-3.0.1-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>zmgcp-demo-services-DU</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/
implementation 'org.mobicents.examples:zmgcp-demo-services-DU:3.0.1'
// https://jarcasting.com/artifacts/org.mobicents.examples/zmgcp-demo-services-DU/
implementation ("org.mobicents.examples:zmgcp-demo-services-DU:3.0.1")
'org.mobicents.examples:zmgcp-demo-services-DU:jar:3.0.1'
<dependency org="org.mobicents.examples" name="zmgcp-demo-services-DU" rev="3.0.1">
<artifact name="zmgcp-demo-services-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='zmgcp-demo-services-DU', version='3.0.1')
)
libraryDependencies += "org.mobicents.examples" % "zmgcp-demo-services-DU" % "3.0.1"
[org.mobicents.examples/zmgcp-demo-services-DU "3.0.1"]