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