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