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

org.springframework:spring-orm 5.2.9.RELEASE

Spring Object/Relational Mapping

Категории

Категории

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

Группа

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

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

spring-orm
Версия

Версия

5.2.9.RELEASE
Тип

Тип

jar

Скачать spring-orm 5.2.9.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-orm/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-orm</artifactId>
    <version>5.2.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-orm/
implementation 'org.springframework:spring-orm:5.2.9.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-orm/
implementation ("org.springframework:spring-orm:5.2.9.RELEASE")
'org.springframework:spring-orm:jar:5.2.9.RELEASE'
<dependency org="org.springframework" name="spring-orm" rev="5.2.9.RELEASE">
  <artifact name="spring-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-orm', version='5.2.9.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-orm" % "5.2.9.RELEASE"
[org.springframework/spring-orm "5.2.9.RELEASE"]