| License |
License |
|---|---|
| GroupId | GroupIdcn.lzgabel.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 | 71 KB |
| txw2-4.0.0-sources.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.lzgabel.jaxb/txw2/ -->
<dependency>
<groupId>cn.lzgabel.jaxb</groupId>
<artifactId>txw2</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.lzgabel.jaxb/txw2/
implementation 'cn.lzgabel.jaxb:txw2:4.0.0'
// https://jarcasting.com/artifacts/cn.lzgabel.jaxb/txw2/
implementation ("cn.lzgabel.jaxb:txw2:4.0.0")
'cn.lzgabel.jaxb:txw2:jar:4.0.0'
<dependency org="cn.lzgabel.jaxb" name="txw2" rev="4.0.0">
<artifact name="txw2" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.lzgabel.jaxb', module='txw2', version='4.0.0')
)
libraryDependencies += "cn.lzgabel.jaxb" % "txw2" % "4.0.0"
[cn.lzgabel.jaxb/txw2 "4.0.0"]