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