Download sjsxp-1.0.1.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.1 in this page.

License

CDDL-1.0

Build File

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

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

Download

Click the following link to download the jar file.

sjsxp-1.0.1.jar
sjsxp-1.0.1.pom



Related Tutorials