t

txw2

文件下载
文件名 操作
txw2-20070624.jar 下载
txw2-20070624.pom 下载
txw2-20070624-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sun.xml.txw2</groupId>
  <artifactId>txw2</artifactId>
  <version>20070624</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.txw2:txw2:20070624'
Gradle Kotlin
implementation("com.sun.xml.txw2:txw2:20070624")
Scala SBT
libraryDependencies += "com.sun.xml.txw2" % "txw2" % "20070624"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.txw2', module='txw2', version='20070624')
)
Apache Ivy
<dependency org="com.sun.xml.txw2" name="txw2" rev="20070624" />
Leiningen
[com.sun.xml.txw2/txw2 "20070624"]
Apache Buildr
'com.sun.xml.txw2:txw2:jar:20070624'
本项目依赖
该项目无第三方依赖