Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.thoughtworks.xstream |
ArtifactId | ArtifactIdxstream-hibernate |
Version | Version1.4.11 |
Type | Typejar |
Filename | Size |
---|---|
xstream-hibernate-1.4.11.pom | |
xstream-hibernate-1.4.11.jar | 11 KB |
xstream-hibernate-1.4.11-sources.jar | 8 KB |
xstream-hibernate-1.4.11-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-hibernate</artifactId>
<version>1.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation 'com.thoughtworks.xstream:xstream-hibernate:1.4.11'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation ("com.thoughtworks.xstream:xstream-hibernate:1.4.11")
'com.thoughtworks.xstream:xstream-hibernate:jar:1.4.11'
<dependency org="com.thoughtworks.xstream" name="xstream-hibernate" rev="1.4.11">
<artifact name="xstream-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-hibernate', version='1.4.11')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-hibernate" % "1.4.11"
[com.thoughtworks.xstream/xstream-hibernate "1.4.11"]