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