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