MVN

org.jvnet.hudson : xstream

Maven & Gradle

Oct 09, 2010
11 usages

XStream Core

<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>xstream</artifactId>
    <version>1.3.1-hudson-8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson : xstream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1-hudson-8

All Versions

Choose a version of org.jvnet.hudson : xstream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
xstream-1.3.1-hudson-8
xstream-1.3.1-hudson-7
xstream-1.3.1-hudson-6
xstream-1.3.1-hudson-5
xstream-1.3.1-hudson-4
xstream-1.3.1-hudson-3
xstream-1.3.1-hudson-2
xstream-1.3.1-hudson-1
1.3
xstream-1.3-hudson-3
xstream-1.3-hudson-2
xstream-1.3-hudson-1

How to add a dependency to Maven

Add the following org.jvnet.hudson : xstream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>xstream</artifactId>
    <version>1.3.1-hudson-8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson : xstream gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson:xstream:1.3.1-hudson-8'

Gradle Kotlin DSL: Add the following org.jvnet.hudson : xstream gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson:xstream:1.3.1-hudson-8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson : xstream sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson" % "xstream" % "1.3.1-hudson-8"

Advertisement