MVN

com.ctc.wstx : woodstox-osgi

Maven & Gradle

Aug 01, 2011
9 usages

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.

<dependency>
    <groupId>com.ctc.wstx</groupId>
    <artifactId>woodstox-osgi</artifactId>
    <version>3.2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ctc.wstx : woodstox-osgi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1.1
  • Latest Release Candidate: 3.2.1-RC1

All Versions

Choose a version of com.ctc.wstx : woodstox-osgi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
woodstox-osgi-3.2.1-RC1
woodstox-osgi-3.2.1.1
woodstox-osgi-3.2.1-b04
woodstox-osgi-3.2.1-b02
woodstox-osgi-3.2.1

How to add a dependency to Maven

Add the following com.ctc.wstx : woodstox-osgi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ctc.wstx</groupId>
    <artifactId>woodstox-osgi</artifactId>
    <version>3.2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ctc.wstx : woodstox-osgi gradle dependency to your build.gradle file:

implementation 'com.ctc.wstx:woodstox-osgi:3.2.1.1'

Gradle Kotlin DSL: Add the following com.ctc.wstx : woodstox-osgi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ctc.wstx:woodstox-osgi:3.2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ctc.wstx : woodstox-osgi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ctc.wstx" % "woodstox-osgi" % "3.2.1.1"

Advertisement