Download woodstox-core-5.1.0.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.1.0 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials