GroupId | GroupIdcom.thoughtworks.binding |
---|---|
ArtifactId | ArtifactIdxmlextractor_2.13 |
Version | Version12.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xmlextractor_2.13-12.0.0.pom | |
xmlextractor_2.13-12.0.0.jar | 137 KB |
xmlextractor_2.13-12.0.0-sources.jar | 3 KB |
xmlextractor_2.13-12.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.binding/xmlextractor_2.13/ -->
<dependency>
<groupId>com.thoughtworks.binding</groupId>
<artifactId>xmlextractor_2.13</artifactId>
<version>12.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.binding/xmlextractor_2.13/
implementation 'com.thoughtworks.binding:xmlextractor_2.13:12.0.0'
// https://jarcasting.com/artifacts/com.thoughtworks.binding/xmlextractor_2.13/
implementation ("com.thoughtworks.binding:xmlextractor_2.13:12.0.0")
'com.thoughtworks.binding:xmlextractor_2.13:jar:12.0.0'
<dependency org="com.thoughtworks.binding" name="xmlextractor_2.13" rev="12.0.0">
<artifact name="xmlextractor_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.binding', module='xmlextractor_2.13', version='12.0.0')
)
libraryDependencies += "com.thoughtworks.binding" % "xmlextractor_2.13" % "12.0.0"
[com.thoughtworks.binding/xmlextractor_2.13 "12.0.0"]