MVN

com.sun.xml.txw2 : txwc2

Maven & Gradle

Aug 09, 2011

TXW2 Compiler

<dependency>
    <groupId>com.sun.xml.txw2</groupId>
    <artifactId>txwc2</artifactId>
    <version>20110809</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.xml.txw2 : txwc2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20110809

All Versions

Choose a version of com.sun.xml.txw2 : txwc2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20110809
txwc2-20110809

How to add a dependency to Maven

Add the following com.sun.xml.txw2 : txwc2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.xml.txw2</groupId>
    <artifactId>txwc2</artifactId>
    <version>20110809</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.txw2 : txwc2 gradle dependency to your build.gradle file:

implementation 'com.sun.xml.txw2:txwc2:20110809'

Gradle Kotlin DSL: Add the following com.sun.xml.txw2 : txwc2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.txw2:txwc2:20110809")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.txw2 : txwc2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.txw2" % "txwc2" % "20110809"