x

xstream-hibernate

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