t

txw2

TXW is a library that allows you to write XML documents.
文件下载
文件名 操作
txw2-2.3.3-b02.jar 下载
txw2-2.3.3-b02.pom 下载
txw2-2.3.3-b02-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.jaxb</groupId>
  <artifactId>txw2</artifactId>
  <version>2.3.3-b02</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jaxb:txw2:2.3.3-b02'
Gradle Kotlin
implementation("org.glassfish.jaxb:txw2:2.3.3-b02")
Scala SBT
libraryDependencies += "org.glassfish.jaxb" % "txw2" % "2.3.3-b02"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jaxb', module='txw2', version='2.3.3-b02')
)
Apache Ivy
<dependency org="org.glassfish.jaxb" name="txw2" rev="2.3.3-b02" />
Leiningen
[org.glassfish.jaxb/txw2 "2.3.3-b02"]
Apache Buildr
'org.glassfish.jaxb:txw2:jar:2.3.3-b02'