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