Group Id org.springframework
Artifact Id spring-tx
Version 3.0.4.RELEASE
Packaging jar
URL -
Badge
Last Updated 2010-08-19T15:08:14+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-tx</artifactId>
    <version>3.0.4.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-tx', version: '3.0.4.RELEASE'
implementation 'org.springframework:spring-tx:3.0.4.RELEASE'
implementation("org.springframework:spring-tx:3.0.4.RELEASE")
libraryDependencies += "org.springframework" % "spring-tx" % "3.0.4.RELEASE"
<dependency org="org.springframework" name="spring-tx" rev="3.0.4.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-tx', version='3.0.4.RELEASE')
)
[org.springframework/spring-tx "3.0.4.RELEASE"]
'org.springframework:spring-tx:3.0.4.RELEASE'