is not current version
Last Version 4.0.0

org.glassfish.jaxb:txw2 2.2.10

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

Type

jar

Download txw2 2.2.10


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