Download woodstox-osgi-3.2.1.1.jar file - Jar w

Jar examples for w:woodstox-osgi

Description

This module is exclusively meant for use in GlassFish V3 development. It is highly unlikely to work in any other environment. If you are looking for a OSGi implementation of Woodstox, please consider Woodstox 4.0.

You can download jar file woodstox-osgi 3.2.1.1 in this page.

License

Open Source License

Build File

You can use the following script to add woodstox-osgi-3.2.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

woodstox-osgi-3.2.1.1.jar
woodstox-osgi-3.2.1.1.pom



Related Tutorials