is not current version
Last Version 4.0.0

org.glassfish.jaxb:txw2 2.3.0.1

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.0.1
Type

Type

jar

Download txw2 2.3.0.1


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