Files download
File Operation
spring-tx-5.2.23.RELEASE.jar download
spring-tx-5.2.23.RELEASE.pom download
spring-tx-5.2.23.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-tx</artifactId>
  <version>5.2.23.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-tx:5.2.23.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-tx:5.2.23.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-tx" % "5.2.23.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-tx', version='5.2.23.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-tx" rev="5.2.23.RELEASE" />
Leiningen
[org.springframework/spring-tx "5.2.23.RELEASE"]
Apache Buildr
'org.springframework:spring-tx:jar:5.2.23.RELEASE'