| Категории |
КатегорииHibernate Данные ORM |
|---|---|
| Группа | Группаcom.thoughtworks.xstream |
| Идентификатор | Идентификаторxstream-hibernate |
| Версия | Версия1.4.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xstream-hibernate-1.4.8.pom | |
| xstream-hibernate-1.4.8.jar | 10 KB |
| xstream-hibernate-1.4.8-sources.jar | 8 KB |
| xstream-hibernate-1.4.8-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-hibernate</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation 'com.thoughtworks.xstream:xstream-hibernate:1.4.8'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-hibernate/
implementation ("com.thoughtworks.xstream:xstream-hibernate:1.4.8")
'com.thoughtworks.xstream:xstream-hibernate:jar:1.4.8'
<dependency org="com.thoughtworks.xstream" name="xstream-hibernate" rev="1.4.8">
<artifact name="xstream-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-hibernate', version='1.4.8')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-hibernate" % "1.4.8"
[com.thoughtworks.xstream/xstream-hibernate "1.4.8"]