| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.jaxb |
| ArtifactId | ArtifactIdtxw2 |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTXW2 Runtime
TXW is a library that allows you to write XML documents.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| txw2-4.0.0.pom | |
| txw2-4.0.0.jar | 70 KB |
| txw2-4.0.0-sources.jar | 67 KB |
| txw2-4.0.0-javadoc.jar | 578 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/txw2/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>txw2</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/txw2/
implementation 'org.glassfish.jaxb:txw2:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/txw2/
implementation ("org.glassfish.jaxb:txw2:4.0.0")
'org.glassfish.jaxb:txw2:jar:4.0.0'
<dependency org="org.glassfish.jaxb" name="txw2" rev="4.0.0">
<artifact name="txw2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='txw2', version='4.0.0')
)
libraryDependencies += "org.glassfish.jaxb" % "txw2" % "4.0.0"
[org.glassfish.jaxb/txw2 "4.0.0"]