文件下载
文件名 操作
spring-tx-5.0.17.RELEASE.jar 下载
spring-tx-5.0.17.RELEASE.pom 下载
spring-tx-5.0.17.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-tx</artifactId>
  <version>5.0.17.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-tx:5.0.17.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-tx:5.0.17.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-tx" % "5.0.17.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-tx', version='5.0.17.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-tx" rev="5.0.17.RELEASE" />
Leiningen
[org.springframework/spring-tx "5.0.17.RELEASE"]
Apache Buildr
'org.springframework:spring-tx:jar:5.0.17.RELEASE'