GroupId | GroupIdio.inbot |
---|---|
ArtifactId | ArtifactIdxmltools |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
xmltools-2.0.pom | |
xmltools-2.0.jar | 18 KB |
xmltools-2.0-sources.jar | 9 KB |
xmltools-2.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.inbot/xmltools/ -->
<dependency>
<groupId>io.inbot</groupId>
<artifactId>xmltools</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.inbot/xmltools/
implementation 'io.inbot:xmltools:2.0'
// https://jarcasting.com/artifacts/io.inbot/xmltools/
implementation ("io.inbot:xmltools:2.0")
'io.inbot:xmltools:jar:2.0'
<dependency org="io.inbot" name="xmltools" rev="2.0">
<artifact name="xmltools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.inbot', module='xmltools', version='2.0')
)
libraryDependencies += "io.inbot" % "xmltools" % "2.0"
[io.inbot/xmltools "2.0"]