не последняя версия
Последняя версия 1.2.9

org.springframework:spring-hibernate 1.2.8


Категории

Категории

Hibernate Данные ORM
Группа

Группа

org.springframework
Идентификатор

Идентификатор

spring-hibernate
Версия

Версия

1.2.8
Тип

Тип

jar

Скачать spring-hibernate 1.2.8


<!-- 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"]