Download sjsxp-1.0.jar file - Jar s

Jar examples for s:sjsxp

Description

Sun Java Streaming XML Parser (SJSXP) is the implementation of JSR 173.

You can download jar file sjsxp 1.0 in this page.

License

CDDL-1.0

Build File

You can use the following script to add sjsxp-1.0.jar to your project.

<dependency>
   <groupId>com.sun.xml.stream</groupId>
   <artifactId>sjsxp</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.sun.xml.stream', name: 'sjsxp', version: '1.0'
libraryDependencies += "com.sun.xml.stream" % "sjsxp" % "1.0"
<dependency org="com.sun.xml.stream" name="sjsxp" rev="1.0"/>
@Grapes(@Grab(group='com.sun.xml.stream', module='sjsxp', version='1.0'))
'com.sun.xml.stream:sjsxp:jar:1.0'

Download

Click the following link to download the jar file.

sjsxp-1.0.jar
sjsxp-1.0.pom



Related Tutorials