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