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