MVN

com.thoughtworks.xstream : xstream-hibernate

Maven & Gradle

Dec 23, 2022
8 usages
708 stars

XStream Hibernate Extension · XStream extension for Hibernate 3/4 to untie Java objects from Hibernate.

<dependency>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream-hibernate</artifactId>
    <version>1.4.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.xstream : xstream-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.20

All Versions

Choose a version of com.thoughtworks.xstream : xstream-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
xstream-hibernate-1.4.20
xstream-hibernate-1.4.19
xstream-hibernate-1.4.18
xstream-hibernate-1.4.17
xstream-hibernate-1.4.16
xstream-hibernate-1.4.15
xstream-hibernate-1.4.14
xstream-hibernate-1.4.13
xstream-hibernate-1.4.12
xstream-hibernate-1.4.11.1
xstream-hibernate-1.4.11
xstream-hibernate-1.4.10
xstream-hibernate-1.4.9
xstream-hibernate-1.4.8
xstream-hibernate-1.4.7
xstream-hibernate-1.4.6
xstream-hibernate-1.4.5
xstream-hibernate-1.4.4
xstream-hibernate-1.4.3
xstream-hibernate-1.4.2
xstream-hibernate-1.4.1
1.4
xstream-hibernate-1.4

How to add a dependency to Maven

Add the following com.thoughtworks.xstream : xstream-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream-hibernate</artifactId>
    <version>1.4.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.xstream : xstream-hibernate gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.xstream:xstream-hibernate:1.4.20'

Gradle Kotlin DSL: Add the following com.thoughtworks.xstream : xstream-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.xstream:xstream-hibernate:1.4.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.xstream : xstream-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.xstream" % "xstream-hibernate" % "1.4.20"