GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdxmlutils |
Version | Version0.8.16 |
Type | Typejar |
Filename | Size |
---|---|
xmlutils-0.8.16.pom | |
xmlutils-0.8.16.jar | 11 KB |
xmlutils-0.8.16-tests.jar | 1 KB |
xmlutils-0.8.16-sources.jar | 11 KB |
xmlutils-0.8.16-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/xmlutils/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>xmlutils</artifactId>
<version>0.8.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/xmlutils/
implementation 'com.thesett:xmlutils:0.8.16'
// https://jarcasting.com/artifacts/com.thesett/xmlutils/
implementation ("com.thesett:xmlutils:0.8.16")
'com.thesett:xmlutils:jar:0.8.16'
<dependency org="com.thesett" name="xmlutils" rev="0.8.16">
<artifact name="xmlutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='xmlutils', version='0.8.16')
)
libraryDependencies += "com.thesett" % "xmlutils" % "0.8.16"
[com.thesett/xmlutils "0.8.16"]