is not current version
Last Version 1.4.19

com.thoughtworks.xstream:xstream-hibernate 1.4


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.thoughtworks.xstream
ArtifactId

ArtifactId

xstream-hibernate
Version

Version

1.4
Type

Type

jar

Download xstream-hibernate 1.4


<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/ -->
<dependency>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream-hibernate</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation 'com.thoughtworks.xstream:xstream-hibernate:1.4'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation ("com.thoughtworks.xstream:xstream-hibernate:1.4")
'com.thoughtworks.xstream:xstream-hibernate:jar:1.4'
<dependency org="com.thoughtworks.xstream" name="xstream-hibernate" rev="1.4">
  <artifact name="xstream-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-hibernate', version='1.4')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-hibernate" % "1.4"
[com.thoughtworks.xstream/xstream-hibernate "1.4"]