t

truelicense-xml

Provides Utilities for XML.
Files download
File Operation
truelicense-xml-2.0-rc2.jar download
truelicense-xml-2.0-rc2.pom download
truelicense-xml-2.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.java.truelicense</groupId>
  <artifactId>truelicense-xml</artifactId>
  <version>2.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'net.java.truelicense:truelicense-xml:2.0-rc2'
Gradle Kotlin
implementation("net.java.truelicense:truelicense-xml:2.0-rc2")
Scala SBT
libraryDependencies += "net.java.truelicense" % "truelicense-xml" % "2.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='net.java.truelicense', module='truelicense-xml', version='2.0-rc2')
)
Apache Ivy
<dependency org="net.java.truelicense" name="truelicense-xml" rev="2.0-rc2" />
Leiningen
[net.java.truelicense/truelicense-xml "2.0-rc2"]
Apache Buildr
'net.java.truelicense:truelicense-xml:jar:2.0-rc2'