x

xstream-hibernate

XStream extension for Hibernate 3/4 to untie Java objects from Hibernate.
Files download
File Operation
xstream-hibernate-1.4.12.jar download
xstream-hibernate-1.4.12.pom download
xstream-hibernate-1.4.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thoughtworks.xstream</groupId>
  <artifactId>xstream-hibernate</artifactId>
  <version>1.4.12</version>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.xstream:xstream-hibernate:1.4.12'
Gradle Kotlin
implementation("com.thoughtworks.xstream:xstream-hibernate:1.4.12")
Scala SBT
libraryDependencies += "com.thoughtworks.xstream" % "xstream-hibernate" % "1.4.12"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.xstream', module='xstream-hibernate', version='1.4.12')
)
Apache Ivy
<dependency org="com.thoughtworks.xstream" name="xstream-hibernate" rev="1.4.12" />
Leiningen
[com.thoughtworks.xstream/xstream-hibernate "1.4.12"]
Apache Buildr
'com.thoughtworks.xstream:xstream-hibernate:jar:1.4.12'