MVN

woodstox : wstx-lgpl

Maven & Gradle

Sep 03, 2008
4 usages
<dependency>
    <groupId>woodstox</groupId>
    <artifactId>wstx-lgpl</artifactId>
    <version>3.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.7

All Versions

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

Version Vulnerabilities Updated
3.2.x
wstx-lgpl-3.2.7
wstx-lgpl-3.2.6
wstx-lgpl-3.2.5
wstx-lgpl-3.2.4
wstx-lgpl-3.2.3
wstx-lgpl-3.2.2
wstx-lgpl-3.2.1
wstx-lgpl-3.2.0
3.1.x
wstx-lgpl-3.1.2
wstx-lgpl-3.1.1
wstx-lgpl-3.1.0
3.0.x
wstx-lgpl-3.0.4
wstx-lgpl-3.0.3
wstx-lgpl-3.0.2
wstx-lgpl-3.0.1
wstx-lgpl-3.0.0
3.1rc1
wstx-lgpl-3.1rc1
3.0rc1
wstx-lgpl-3.0rc1
2.9.x
wstx-lgpl-2.9.3
wstx-lgpl-2.9.2
wstx-lgpl-2.9.1
2.9
wstx-lgpl-2.9
2.8.x
wstx-lgpl-2.8.2
2.8
wstx-lgpl-2.8
2.7
wstx-lgpl-2.7
2.6
wstx-lgpl-2.6
2.0.x
wstx-lgpl-2.0.6
wstx-lgpl-2.0.5
wstx-lgpl-2.0.4
wstx-lgpl-2.0.3
wstx-lgpl-2.0.2
wstx-lgpl-2.0.1
2.0
wstx-lgpl-2.0
2.0rc3
wstx-lgpl-2.0rc3
2.0rc2
wstx-lgpl-2.0rc2
1.9
wstx-lgpl-1.9
1.8.x
wstx-lgpl-1.8.2
1.0.x
wstx-lgpl-1.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>woodstox</groupId>
    <artifactId>wstx-lgpl</artifactId>
    <version>3.2.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'woodstox:wstx-lgpl:3.2.7'

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

implementation("woodstox:wstx-lgpl:3.2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "woodstox" % "wstx-lgpl" % "3.2.7"