Spring Transaction Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Spring Transaction

Spring Transaction Maven Dependency

Copy below Spring Transaction maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.springframework/spring-tx -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-tx</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>

Spring Transaction Gradle Dependency

Copy below Spring Transaction gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.springframework/spring-tx
compile group: 'org.springframework', name: 'spring-tx', version: '5.2.1.RELEASE'

Download JAR File

https://repo1.maven.org/maven2/org/springframework/spring-tx/5.2.1.RELEASE/spring-tx-5.2.1.RELEASE.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework/spring-tx

Reference

https://mvnrepository.com/artifact/org.springframework/spring-tx

⚠️ **GitHub.com Fallback** ⚠️