Download staxon-1.0.jar file - Jar s

Jar examples for s:staxon

Description

JSON via StAX - Core

You can download jar file staxon 1.0 in this page.

Build File

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

<dependency>
   <groupId>de.odysseus.staxon</groupId>
   <artifactId>staxon</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'de.odysseus.staxon', name: 'staxon', version: '1.0'
libraryDependencies += "de.odysseus.staxon" % "staxon" % "1.0"
<dependency org="de.odysseus.staxon" name="staxon" rev="1.0"/>
@Grapes(@Grab(group='de.odysseus.staxon', module='staxon', version='1.0'))
'de.odysseus.staxon:staxon:jar:1.0'

Download

Click the following link to download the jar file.

staxon-1.0-javadoc.jar
staxon-1.0-sources.jar
staxon-1.0.jar
staxon-1.0.pom



Related Tutorials