MVN

com.labun : spring-tx

Maven & Gradle

Jan 29, 2020
55.2k stars

Spring Transaction · Spring Transaction. Patched version of org.springframework spring-tx 5.2.1.RELEASE. See issue https://github.com/spring-projects/spring-framework/issues/24291

<dependency>
    <groupId>com.labun</groupId>
    <artifactId>spring-tx</artifactId>
    <version>5.2.2.RELEASE.patched</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.labun : spring-tx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.2.RELEASE.patched

All Versions

Choose a version of com.labun : spring-tx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
spring-tx-5.2.3.RELEASE.patched
spring-tx-5.2.2.RELEASE.patched
spring-tx-5.2.1.RELEASE.patched

How to add a dependency to Maven

Add the following com.labun : spring-tx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.labun</groupId>
    <artifactId>spring-tx</artifactId>
    <version>5.2.2.RELEASE.patched</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.labun : spring-tx gradle dependency to your build.gradle file:

implementation 'com.labun:spring-tx:5.2.2.RELEASE.patched'

Gradle Kotlin DSL: Add the following com.labun : spring-tx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.labun:spring-tx:5.2.2.RELEASE.patched")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.labun : spring-tx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.labun" % "spring-tx" % "5.2.2.RELEASE.patched"