MVN

org.glassfish.metro : wstx-core

Maven & Gradle

Jan 22, 2019
2 usages

WS-TX Core

<dependency>
    <groupId>org.glassfish.metro</groupId>
    <artifactId>wstx-core</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.metro : wstx-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.3

All Versions

Choose a version of org.glassfish.metro : wstx-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
wstx-core-2.4.3
wstx-core-2.4.2
wstx-core-2.4.1
wstx-core-2.4.0
2.3.x
wstx-core-2.3.1
wstx-core-2.3.1-b419
wstx-core-2.3.1-b411
wstx-core-2.3.1-b104
2.3
wstx-core-2.3
wstx-core-2.3-b259
wstx-core-2.3-b240
wstx-core-2.3-b229
wstx-core-2.3-b210
wstx-core-2.3-b202
wstx-core-2.3-b189
wstx-core-2.3-b100
wstx-core-2.3-b77
wstx-core-2.3-b55
wstx-core-2.3-b24
wstx-core-2.3-b10
wstx-core-2.3-b09
wstx-core-2.3-b08
wstx-core-2.3-b07
wstx-core-2.3-b06
wstx-core-2.3-b05
wstx-core-2.3-b04
wstx-core-2.3-b03
wstx-core-2.3-b02
wstx-core-2.3-b01
2.2.x
wstx-core-2.2.1-1
wstx-core-2.2.1
wstx-core-2.2.1-b144
wstx-core-2.2.0-5
wstx-core-2.2.0-4
wstx-core-2.2.0-3
wstx-core-2.2.0-2
wstx-core-2.2.0-1
2.2
wstx-core-2.2
wstx-core-2.2-b13
wstx-core-2.2-b12
wstx-core-2.2-b11
wstx-core-2.2-b10
wstx-core-2.2-b09
wstx-core-2.2-b08
wstx-core-2.2-b07
wstx-core-2.2-b06
wstx-core-2.2-b05
wstx-core-2.2-b04
wstx-core-2.2-b03
wstx-core-2.2-b02
wstx-core-2.2-b01

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.metro</groupId>
    <artifactId>wstx-core</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.metro : wstx-core gradle dependency to your build.gradle file:

implementation 'org.glassfish.metro:wstx-core:2.4.3'

Gradle Kotlin DSL: Add the following org.glassfish.metro : wstx-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.metro:wstx-core:2.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.metro : wstx-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.metro" % "wstx-core" % "2.4.3"