is not current version
Last Version 4.0.0

org.glassfish.jaxb:txw2 2.3.6

TXW is a library that allows you to write XML documents.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.jaxb
ArtifactId

ArtifactId

txw2
Version

Version

2.3.6
Type

Type

jar

Download txw2 2.3.6


<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/txw2/ -->
<dependency>
    <groupId>org.glassfish.jaxb</groupId>
    <artifactId>txw2</artifactId>
    <version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/txw2/
implementation 'org.glassfish.jaxb:txw2:2.3.6'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/txw2/
implementation ("org.glassfish.jaxb:txw2:2.3.6")
'org.glassfish.jaxb:txw2:jar:2.3.6'
<dependency org="org.glassfish.jaxb" name="txw2" rev="2.3.6">
  <artifact name="txw2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='txw2', version='2.3.6')
)
libraryDependencies += "org.glassfish.jaxb" % "txw2" % "2.3.6"
[org.glassfish.jaxb/txw2 "2.3.6"]