| GroupId | GroupIdstax |
|---|---|
| ArtifactId | ArtifactIdstax |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStAX
StAX is the reference implementation of the StAX API
|
| Filename | Size |
|---|---|
| stax-1.2.0.pom | |
| stax-1.2.0.jar | 175 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/stax/stax/ -->
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/stax/stax/
implementation 'stax:stax:1.2.0'
// https://jarcasting.com/artifacts/stax/stax/
implementation ("stax:stax:1.2.0")
'stax:stax:jar:1.2.0'
<dependency org="stax" name="stax" rev="1.2.0">
<artifact name="stax" type="jar" />
</dependency>
@Grapes(
@Grab(group='stax', module='stax', version='1.2.0')
)
libraryDependencies += "stax" % "stax" % "1.2.0"
[stax "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| stax : stax-api | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |