MVN

stax-utils : stax-utils

Maven & Gradle

Oct 31, 2005
13 usages
<dependency>
    <groupId>stax-utils</groupId>
    <artifactId>stax-utils</artifactId>
    <version>snapshot-20040917</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of stax-utils : stax-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: snapshot-20040917

All Versions

Choose a version of stax-utils : stax-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
snapshot
stax-utils-snapshot-20040917

How to add a dependency to Maven

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

<dependency>
    <groupId>stax-utils</groupId>
    <artifactId>stax-utils</artifactId>
    <version>snapshot-20040917</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following stax-utils : stax-utils gradle dependency to your build.gradle file:

implementation 'stax-utils:stax-utils:snapshot-20040917'

Gradle Kotlin DSL: Add the following stax-utils : stax-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("stax-utils:stax-utils:snapshot-20040917")

How to add a dependency to SBT Scala

SBT Scala: Add the following stax-utils : stax-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "stax-utils" % "stax-utils" % "snapshot-20040917"