GroupId | GroupIdorg.mobicents.ussd |
---|---|
ArtifactId | ArtifactIdxml |
Version | Version3.0.33 |
Type | Typejar |
Filename | Size |
---|---|
xml-3.0.33.pom | |
xml-3.0.33.jar | 37 KB |
xml-3.0.33-sources.jar | 19 KB |
xml-3.0.33-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.ussd/xml/ -->
<dependency>
<groupId>org.mobicents.ussd</groupId>
<artifactId>xml</artifactId>
<version>3.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/xml/
implementation 'org.mobicents.ussd:xml:3.0.33'
// https://jarcasting.com/artifacts/org.mobicents.ussd/xml/
implementation ("org.mobicents.ussd:xml:3.0.33")
'org.mobicents.ussd:xml:jar:3.0.33'
<dependency org="org.mobicents.ussd" name="xml" rev="3.0.33">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='xml', version='3.0.33')
)
libraryDependencies += "org.mobicents.ussd" % "xml" % "3.0.33"
[org.mobicents.ussd/xml "3.0.33"]