License |
License |
---|---|
GroupId | GroupIdstax |
ArtifactId | ArtifactIdstax-api |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStAX API
StAX API is the standard java XML processing API defined by JSR-173
|
Filename | Size |
---|---|
stax-api-1.0.1.pom | |
stax-api-1.0.1.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/stax/stax-api/ -->
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/stax/stax-api/
implementation 'stax:stax-api:1.0.1'
// https://jarcasting.com/artifacts/stax/stax-api/
implementation ("stax:stax-api:1.0.1")
'stax:stax-api:jar:1.0.1'
<dependency org="stax" name="stax-api" rev="1.0.1">
<artifact name="stax-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='stax', module='stax-api', version='1.0.1')
)
libraryDependencies += "stax" % "stax-api" % "1.0.1"
[stax/stax-api "1.0.1"]