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