t

txw2

TXW is a library that allows you to write XML documents.
Files download
File Operation
txw2-2.4.0-b180725.0644.jar download
txw2-2.4.0-b180725.0644.pom download
txw2-2.4.0-b180725.0644-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jaxb</groupId>
  <artifactId>txw2</artifactId>
  <version>2.4.0-b180725.0644</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jaxb:txw2:2.4.0-b180725.0644'
Gradle Kotlin
implementation("org.glassfish.jaxb:txw2:2.4.0-b180725.0644")
Scala SBT
libraryDependencies += "org.glassfish.jaxb" % "txw2" % "2.4.0-b180725.0644"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jaxb', module='txw2', version='2.4.0-b180725.0644')
)
Apache Ivy
<dependency org="org.glassfish.jaxb" name="txw2" rev="2.4.0-b180725.0644" />
Leiningen
[org.glassfish.jaxb/txw2 "2.4.0-b180725.0644"]
Apache Buildr
'org.glassfish.jaxb:txw2:jar:2.4.0-b180725.0644'