w

woodstox-osgi

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.
Files download
File Operation
woodstox-osgi-3.2.1.jar download
woodstox-osgi-3.2.1.pom download
Apache Maven
<dependency>
  <groupId>com.ctc.wstx</groupId>
  <artifactId>woodstox-osgi</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.ctc.wstx:woodstox-osgi:3.2.1'
Gradle Kotlin
implementation("com.ctc.wstx:woodstox-osgi:3.2.1")
Scala SBT
libraryDependencies += "com.ctc.wstx" % "woodstox-osgi" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.ctc.wstx', module='woodstox-osgi', version='3.2.1')
)
Apache Ivy
<dependency org="com.ctc.wstx" name="woodstox-osgi" rev="3.2.1" />
Leiningen
[com.ctc.wstx/woodstox-osgi "3.2.1"]
Apache Buildr
'com.ctc.wstx:woodstox-osgi:jar:3.2.1'