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