Woodstox OSGi implementation bundle for GlassFish V3

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.

GroupId

GroupId

com.ctc.wstx
ArtifactId

ArtifactId

woodstox-osgi
Last Version

Last Version

3.2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Woodstox OSGi implementation bundle for GlassFish V3
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.

Download woodstox-osgi

How to add to project

<!-- https://jarcasting.com/artifacts/com.ctc.wstx/woodstox-osgi/ -->
<dependency>
    <groupId>com.ctc.wstx</groupId>
    <artifactId>woodstox-osgi</artifactId>
    <version>3.2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ctc.wstx/woodstox-osgi/
implementation 'com.ctc.wstx:woodstox-osgi:3.2.1.1'
// https://jarcasting.com/artifacts/com.ctc.wstx/woodstox-osgi/
implementation ("com.ctc.wstx:woodstox-osgi:3.2.1.1")
'com.ctc.wstx:woodstox-osgi:jar:3.2.1.1'
<dependency org="com.ctc.wstx" name="woodstox-osgi" rev="3.2.1.1">
  <artifact name="woodstox-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ctc.wstx', module='woodstox-osgi', version='3.2.1.1')
)
libraryDependencies += "com.ctc.wstx" % "woodstox-osgi" % "3.2.1.1"
[com.ctc.wstx/woodstox-osgi "3.2.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.2.1.1
3.2.1
3.2.1-RC1
3.2.1-b04
3.2.1-b02