Download woodstox-core-5.0.3.jar file - Jar w

Jar examples for w:woodstox-core

Description

Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs [Forked:] This forked Woodstox version was adjusted to provide Attribute position informations for the SQF implementation by Nico Kutscherauer

You can download jar file woodstox-core 5.0.3 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add woodstox-core-5.0.3.jar to your project.

<dependency>
   <groupId>com.fasterxml.woodstox</groupId>
   <artifactId>woodstox-core</artifactId>
   <version>5.0.3</version>
</dependency>
compile group: 'com.fasterxml.woodstox', name: 'woodstox-core', version: '5.0.3'
libraryDependencies += "com.fasterxml.woodstox" % "woodstox-core" % "5.0.3"
<dependency org="com.fasterxml.woodstox" name="woodstox-core" rev="5.0.3"/>
@Grapes(@Grab(group='com.fasterxml.woodstox', module='woodstox-core', version='5.0.3'))
'com.fasterxml.woodstox:woodstox-core:jar:5.0.3'

Download

Click the following link to download the jar file.

woodstox-core-5.0.3-javadoc.jar
woodstox-core-5.0.3-sources.jar
woodstox-core-5.0.3.jar
woodstox-core-5.0.3.pom



Related Tutorials