MVN

com.sun.enterprise : stax-osgi

Maven & Gradle

Sep 24, 2009
3 usages

StAX API and Woodstox OSGi repackaging

<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>stax-osgi</artifactId>
    <version>0.3.95</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.enterprise : stax-osgi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.95

All Versions

Choose a version of com.sun.enterprise : stax-osgi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
stax-osgi-0.3.95
stax-osgi-0.3.94
stax-osgi-0.3.93
stax-osgi-0.3.92
stax-osgi-0.3.91
stax-osgi-0.3.90
stax-osgi-0.3.89
stax-osgi-0.3.88
stax-osgi-0.3.87
stax-osgi-0.3.86
stax-osgi-0.3.85
stax-osgi-0.3.84
stax-osgi-0.3.83
stax-osgi-0.3.82
stax-osgi-0.3.81
stax-osgi-0.3.80
stax-osgi-0.3.79
stax-osgi-0.3.78
stax-osgi-0.3.77
stax-osgi-0.3.76
stax-osgi-0.3.75
stax-osgi-0.3.74
stax-osgi-0.3.73
stax-osgi-0.3.72
stax-osgi-0.3.71
stax-osgi-0.3.70
stax-osgi-0.3.69
stax-osgi-0.3.68
stax-osgi-0.3.67
stax-osgi-0.3.66
stax-osgi-0.3.65
stax-osgi-0.3.64
stax-osgi-0.3.63
stax-osgi-0.3.62
stax-osgi-0.3.61
stax-osgi-0.3.60
stax-osgi-0.3.59
stax-osgi-0.3.58
stax-osgi-0.3.57
stax-osgi-0.3.56
stax-osgi-0.3.55
stax-osgi-0.3.54
stax-osgi-0.3.53
stax-osgi-0.3.52
stax-osgi-0.3.51
stax-osgi-0.3.50
stax-osgi-0.3.49
stax-osgi-0.3.48
stax-osgi-0.3.47
stax-osgi-0.3.46
stax-osgi-0.3.45
stax-osgi-0.3.44
stax-osgi-0.3.43
stax-osgi-0.3.42
stax-osgi-0.3.41
stax-osgi-0.3.40
stax-osgi-0.3.39
stax-osgi-0.3.38
stax-osgi-0.3.37
stax-osgi-0.3.37-b01
stax-osgi-0.3.36
stax-osgi-0.3.35
stax-osgi-0.3.34
stax-osgi-0.3.33
stax-osgi-0.3.32-prelude-b28
stax-osgi-0.3.32
stax-osgi-0.3.31-prelude-b28
stax-osgi-0.3.31
stax-osgi-0.3.30
stax-osgi-0.3.29
stax-osgi-0.3.28
stax-osgi-0.3.27
stax-osgi-0.3.26
stax-osgi-0.3.25
stax-osgi-0.3.24
stax-osgi-0.3.23
stax-osgi-0.3.22
stax-osgi-0.3.21
stax-osgi-0.3.20
stax-osgi-0.3.19
stax-osgi-0.3.18
stax-osgi-0.3.17
stax-osgi-0.3.16
stax-osgi-0.3.15
stax-osgi-0.3.14
stax-osgi-0.3.12
stax-osgi-0.3.11
stax-osgi-0.3.10
stax-osgi-0.3.9
stax-osgi-0.3.8
stax-osgi-0.3.7
stax-osgi-0.3.6
stax-osgi-0.3.5
stax-osgi-0.3.4
stax-osgi-0.3.3
stax-osgi-0.3.2
stax-osgi-0.3.1
stax-osgi-0.3.0
0.2.x
stax-osgi-0.2.1
0.2
stax-osgi-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>stax-osgi</artifactId>
    <version>0.3.95</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.enterprise : stax-osgi gradle dependency to your build.gradle file:

implementation 'com.sun.enterprise:stax-osgi:0.3.95'

Gradle Kotlin DSL: Add the following com.sun.enterprise : stax-osgi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.enterprise:stax-osgi:0.3.95")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.enterprise : stax-osgi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.enterprise" % "stax-osgi" % "0.3.95"