GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdservices-DU |
Version | Version7.0.42 |
Type | Typejar |
Filename | Size |
---|---|
services-DU-7.0.42.pom | |
services-DU-7.0.42.jar | 7 KB |
services-DU-7.0.42-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/services-DU/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>services-DU</artifactId>
<version>7.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/services-DU/
implementation 'org.mobicents.resources:services-DU:7.0.42'
// https://jarcasting.com/artifacts/org.mobicents.resources/services-DU/
implementation ("org.mobicents.resources:services-DU:7.0.42")
'org.mobicents.resources:services-DU:jar:7.0.42'
<dependency org="org.mobicents.resources" name="services-DU" rev="7.0.42">
<artifact name="services-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='services-DU', version='7.0.42')
)
libraryDependencies += "org.mobicents.resources" % "services-DU" % "7.0.42"
[org.mobicents.resources/services-DU "7.0.42"]