| License |
License |
|---|---|
| GroupId | GroupIdorg.hisp |
| ArtifactId | ArtifactIdstaxwax |
| Version | Version1.4 |
| Type | Typejar |
| Description |
DescriptionStAXWax
Light-weight convenience framework for high-performance StAX XML writing and parsing.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| staxwax-1.4.pom | |
| staxwax-1.4.jar | 10 KB |
| staxwax-1.4-sources.jar | 13 KB |
| staxwax-1.4-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hisp/staxwax/ -->
<dependency>
<groupId>org.hisp</groupId>
<artifactId>staxwax</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisp/staxwax/
implementation 'org.hisp:staxwax:1.4'
// https://jarcasting.com/artifacts/org.hisp/staxwax/
implementation ("org.hisp:staxwax:1.4")
'org.hisp:staxwax:jar:1.4'
<dependency org="org.hisp" name="staxwax" rev="1.4">
<artifact name="staxwax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisp', module='staxwax', version='1.4')
)
libraryDependencies += "org.hisp" % "staxwax" % "1.4"
[org.hisp/staxwax "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| stax : stax-api | jar | 1.0.1 |
| com.fasterxml.woodstox : woodstox-core | jar | 6.0.2 |
| commons-logging : commons-logging | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |