| License |
License
BSD
|
|---|---|
| GroupId | GroupIdorg.amplecode |
| ArtifactId | ArtifactIdstaxwax |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStAXWax
Light-weight convenience framework for high-performance XML writing and parsing.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| staxwax-1.1.2.pom | |
| staxwax-1.1.2.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.amplecode/staxwax/ -->
<dependency>
<groupId>org.amplecode</groupId>
<artifactId>staxwax</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.amplecode/staxwax/
implementation 'org.amplecode:staxwax:1.1.2'
// https://jarcasting.com/artifacts/org.amplecode/staxwax/
implementation ("org.amplecode:staxwax:1.1.2")
'org.amplecode:staxwax:jar:1.1.2'
<dependency org="org.amplecode" name="staxwax" rev="1.1.2">
<artifact name="staxwax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.amplecode', module='staxwax', version='1.1.2')
)
libraryDependencies += "org.amplecode" % "staxwax" % "1.1.2"
[org.amplecode/staxwax "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| stax : stax-api | jar | 1.0.1 |
| org.codehaus.woodstox : woodstox-core-asl | jar | 4.4.1 |
| commons-logging : commons-logging | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |