| License |
License |
|---|---|
| GroupId | GroupIdcom.sun.xml.stream |
| ArtifactId | ArtifactIdsjsxp |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSun Java Streaming XML Parser
Sun Java Streaming XML Parser (SJSXP) is the implementation of JSR 173.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sjsxp-1.0.2.pom | |
| sjsxp-1.0.2.jar | 328 KB |
| sjsxp-1.0.2-sources.jar | 518 KB |
| sjsxp-1.0.2-javadoc.jar | 414 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.stream/sjsxp/ -->
<dependency>
<groupId>com.sun.xml.stream</groupId>
<artifactId>sjsxp</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.stream/sjsxp/
implementation 'com.sun.xml.stream:sjsxp:1.0.2'
// https://jarcasting.com/artifacts/com.sun.xml.stream/sjsxp/
implementation ("com.sun.xml.stream:sjsxp:1.0.2")
'com.sun.xml.stream:sjsxp:jar:1.0.2'
<dependency org="com.sun.xml.stream" name="sjsxp" rev="1.0.2">
<artifact name="sjsxp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.stream', module='sjsxp', version='1.0.2')
)
libraryDependencies += "com.sun.xml.stream" % "sjsxp" % "1.0.2"
[com.sun.xml.stream/sjsxp "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.xml.stream : stax-api | jar | 1.0 |