License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.thoughtworks.xstream |
ArtifactId | ArtifactIdxstream-hibernate |
Last Version | Last Version1.4.19 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXStream Hibernate Extension
XStream extension for Hibernate 3/4 to untie Java objects from Hibernate.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xstream-hibernate-1.4.19.pom | |
xstream-hibernate-1.4.19.jar | 8 KB |
xstream-hibernate-1.4.19-sources.jar | 7 KB |
xstream-hibernate-1.4.19-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-hibernate</artifactId>
<version>1.4.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation 'com.thoughtworks.xstream:xstream-hibernate:1.4.19'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation ("com.thoughtworks.xstream:xstream-hibernate:1.4.19")
'com.thoughtworks.xstream:xstream-hibernate:jar:1.4.19'
<dependency org="com.thoughtworks.xstream" name="xstream-hibernate" rev="1.4.19">
<artifact name="xstream-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-hibernate', version='1.4.19')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-hibernate" % "1.4.19"
[com.thoughtworks.xstream/xstream-hibernate "1.4.19"]
Group / Artifact | Type | Version |
---|---|---|
com.thoughtworks.xstream : xstream | jar | 1.4.19 |
org.hibernate : hibernate-core | jar | 4.2.5.Final |
org.hibernate : hibernate-envers Optional | jar | 4.2.5.Final |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.6.1 |
javassist : javassist | jar | 3.12.1.GA |
cglib : cglib-nodep | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
com.thoughtworks.xstream : xstream | test-jar | 1.4.19 |
org.hsqldb : hsqldb | jar | 2.2.8 |
junit : junit | jar | 3.8.1 |