License |
License |
---|---|
GroupId | GroupIdjavax.xml.stream |
ArtifactId | ArtifactIdstax-api |
Last Version | Last Version1.0-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStreaming API for XML
StAX is a standard XML processing API that allows you to stream XML data from and to your application.
|
Filename | Size |
---|---|
stax-api-1.0-2.pom | |
stax-api-1.0-2.jar | 22 KB |
stax-api-1.0-2-sources.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.xml.stream/stax-api/ -->
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
<version>1.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/javax.xml.stream/stax-api/
implementation 'javax.xml.stream:stax-api:1.0-2'
// https://jarcasting.com/artifacts/javax.xml.stream/stax-api/
implementation ("javax.xml.stream:stax-api:1.0-2")
'javax.xml.stream:stax-api:jar:1.0-2'
<dependency org="javax.xml.stream" name="stax-api" rev="1.0-2">
<artifact name="stax-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.xml.stream', module='stax-api', version='1.0-2')
)
libraryDependencies += "javax.xml.stream" % "stax-api" % "1.0-2"
[javax.xml.stream/stax-api "1.0-2"]