Files download
File Operation
txw2-20110809.jar download
txw2-20110809.pom download
txw2-20110809-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.xml.txw2</groupId>
  <artifactId>txw2</artifactId>
  <version>20110809</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.txw2:txw2:20110809'
Gradle Kotlin
implementation("com.sun.xml.txw2:txw2:20110809")
Scala SBT
libraryDependencies += "com.sun.xml.txw2" % "txw2" % "20110809"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.txw2', module='txw2', version='20110809')
)
Apache Ivy
<dependency org="com.sun.xml.txw2" name="txw2" rev="20110809" />
Leiningen
[com.sun.xml.txw2/txw2 "20110809"]
Apache Buildr
'com.sun.xml.txw2:txw2:jar:20110809'