is not current version
Last Version 5.3.21

org.springframework:spring-tx 4.3.16.RELEASE

Spring Transaction

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-tx
Version

Version

4.3.16.RELEASE
Type

Type

jar

Download spring-tx 4.3.16.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-tx/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-tx</artifactId>
    <version>4.3.16.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-tx/
implementation 'org.springframework:spring-tx:4.3.16.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-tx/
implementation ("org.springframework:spring-tx:4.3.16.RELEASE")
'org.springframework:spring-tx:jar:4.3.16.RELEASE'
<dependency org="org.springframework" name="spring-tx" rev="4.3.16.RELEASE">
  <artifact name="spring-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-tx', version='4.3.16.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-tx" % "4.3.16.RELEASE"
[org.springframework/spring-tx "4.3.16.RELEASE"]