is not current version
Last Version 5.3.21

org.springframework:spring-orm 3.2.17.RELEASE

Spring Object/Relational Mapping

Categories

Categories

ORM Data
GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-orm
Version

Version

3.2.17.RELEASE
Type

Type

jar

Download spring-orm 3.2.17.RELEASE


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