GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdservices-DU |
Version | Version8.0.0-44 |
Type | Typejar |
Filename | Size |
---|---|
services-DU-8.0.0-44.pom | |
services-DU-8.0.0-44.jar | 8 KB |
services-DU-8.0.0-44-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>8.0.0-44</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/services-DU/
implementation 'org.mobicents.resources:services-DU:8.0.0-44'
// https://jarcasting.com/artifacts/org.mobicents.resources/services-DU/
implementation ("org.mobicents.resources:services-DU:8.0.0-44")
'org.mobicents.resources:services-DU:jar:8.0.0-44'
<dependency org="org.mobicents.resources" name="services-DU" rev="8.0.0-44">
<artifact name="services-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='services-DU', version='8.0.0-44')
)
libraryDependencies += "org.mobicents.resources" % "services-DU" % "8.0.0-44"
[org.mobicents.resources/services-DU "8.0.0-44"]