MVN

org.codehaus.woodstox : wstx-lgpl

Maven & Gradle

Oct 01, 2009
10 usages

Woodstox · Woodstox is a high-performance XML processor that implements Stax (JSR-173) API

<dependency>
    <groupId>org.codehaus.woodstox</groupId>
    <artifactId>wstx-lgpl</artifactId>
    <version>4.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.woodstox : wstx-lgpl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.6

All Versions

Choose a version of org.codehaus.woodstox : wstx-lgpl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
wstx-lgpl-4.0.6
CVE-2013-2160
wstx-lgpl-4.0.0
CVE-2013-2160
3.9.x
wstx-lgpl-3.9.9-3
CVE-2013-2160
wstx-lgpl-3.9.9-2
CVE-2013-2160
wstx-lgpl-3.9.9-1
CVE-2013-2160
3.2.x
wstx-lgpl-3.2.9
CVE-2013-2160
wstx-lgpl-3.2.8
CVE-2013-2160
wstx-lgpl-3.2.7
CVE-2013-2160
wstx-lgpl-3.2.6
CVE-2013-2160
wstx-lgpl-3.2.5
CVE-2013-2160
wstx-lgpl-3.2.4
CVE-2013-2160
wstx-lgpl-3.2.3
CVE-2013-2160
wstx-lgpl-3.2.2
CVE-2013-2160
wstx-lgpl-3.2.1
CVE-2013-2160
wstx-lgpl-3.2.0
CVE-2013-2160
3.1.x
wstx-lgpl-3.1.2
CVE-2013-2160
wstx-lgpl-3.1.1
CVE-2013-2160
wstx-lgpl-3.1.0
CVE-2013-2160
3.0.x
wstx-lgpl-3.0.4
CVE-2013-2160
wstx-lgpl-3.0.3
CVE-2013-2160
wstx-lgpl-3.0.2
CVE-2013-2160
wstx-lgpl-3.0.1
CVE-2013-2160

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.woodstox</groupId>
    <artifactId>wstx-lgpl</artifactId>
    <version>4.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.woodstox : wstx-lgpl gradle dependency to your build.gradle file:

implementation 'org.codehaus.woodstox:wstx-lgpl:4.0.6'

Gradle Kotlin DSL: Add the following org.codehaus.woodstox : wstx-lgpl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.woodstox:wstx-lgpl:4.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.woodstox : wstx-lgpl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.woodstox" % "wstx-lgpl" % "4.0.6"