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