Group Id org.springframework
Artifact Id spring-orm
Version 5.3.19
Packaging jar
URL -
Badge
Last Updated 2022-04-13T02:08:50+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-orm</artifactId>
    <version>5.3.19</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-orm', version: '5.3.19'
implementation 'org.springframework:spring-orm:5.3.19'
implementation("org.springframework:spring-orm:5.3.19")
libraryDependencies += "org.springframework" % "spring-orm" % "5.3.19"
<dependency org="org.springframework" name="spring-orm" rev="5.3.19"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-orm', version='5.3.19')
)
[org.springframework/spring-orm "5.3.19"]
'org.springframework:spring-orm:5.3.19'