<dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> <version>6.0.13</version> </dependency>
implementation 'org.springframework:spring-orm:6.0.13'
implementation("org.springframework:spring-orm:6.0.13")
libraryDependencies += "org.springframework" % "spring-orm" % "6.0.13"
@Grapes( @Grab(group='org.springframework', module='spring-orm', version='6.0.13') )
<dependency org="org.springframework" name="spring-orm" rev="6.0.13" />
[org.springframework/spring-orm "6.0.13"]
'org.springframework:spring-orm:jar:6.0.13'
compile
|-- org.springframework:spring-beans:6.0.13
|-- org.springframework:spring-core:6.0.13
|-- org.springframework:spring-jdbc:6.0.13
|-- org.springframework:spring-tx:6.0.13