Download xstream-hibernate-1.4.1.jar file - Jar x

Jar examples for x:xstream-hibernate

Description

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

You can download jar file xstream-hibernate 1.4.1 in this page.

License

Open Source License

Build File

You can use the following script to add xstream-hibernate-1.4.1.jar to your project.

<dependency>
   <groupId>com.thoughtworks.xstream</groupId>
   <artifactId>xstream-hibernate</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'com.thoughtworks.xstream', name: 'xstream-hibernate', version: '1.4.1'
libraryDependencies += "com.thoughtworks.xstream" % "xstream-hibernate" % "1.4.1"
<dependency org="com.thoughtworks.xstream" name="xstream-hibernate" rev="1.4.1"/>
@Grapes(@Grab(group='com.thoughtworks.xstream', module='xstream-hibernate', version='1.4.1'))
'com.thoughtworks.xstream:xstream-hibernate:jar:1.4.1'

Download

Click the following link to download the jar file.

xstream-hibernate-1.4.1-javadoc.jar
xstream-hibernate-1.4.1-sources.jar
xstream-hibernate-1.4.1.jar
xstream-hibernate-1.4.1.pom



Related Tutorials