Group Id org.springframework
Artifact Id spring-orm
Version 1.0-rc1
Packaging jar
URL -
Badge
Last Updated 2005-12-23T08:37:53+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>1.0-rc1</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-orm', version: '1.0-rc1'
implementation 'org.springframework:spring-orm:1.0-rc1'
implementation("org.springframework:spring-orm:1.0-rc1")
libraryDependencies += "org.springframework" % "spring-orm" % "1.0-rc1"
<dependency org="org.springframework" name="spring-orm" rev="1.0-rc1"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-orm', version='1.0-rc1')
)
[org.springframework/spring-orm "1.0-rc1"]
'org.springframework:spring-orm:1.0-rc1'