| GroupId | GroupIdorg.restcomm.camelgw |
|---|---|
| ArtifactId | ArtifactIdxml |
| Version | Version7.0.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xml-7.0.11.pom | |
| xml-7.0.11.jar | 22 KB |
| xml-7.0.11-sources.jar | 11 KB |
| xml-7.0.11-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.camelgw/xml/ -->
<dependency>
<groupId>org.restcomm.camelgw</groupId>
<artifactId>xml</artifactId>
<version>7.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.camelgw/xml/
implementation 'org.restcomm.camelgw:xml:7.0.11'
// https://jarcasting.com/artifacts/org.restcomm.camelgw/xml/
implementation ("org.restcomm.camelgw:xml:7.0.11")
'org.restcomm.camelgw:xml:jar:7.0.11'
<dependency org="org.restcomm.camelgw" name="xml" rev="7.0.11">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.camelgw', module='xml', version='7.0.11')
)
libraryDependencies += "org.restcomm.camelgw" % "xml" % "7.0.11"
[org.restcomm.camelgw/xml "7.0.11"]