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