spring-tx maven dependency

This page gives you a quick reference to get spring-tx dependency for Maven or Gradle projects. You can also download the spring-tx jar dependency, the link given at the "Download JAR File" section.

This spring-tx module provides all classes for supporting Spring’s transaction infrastructure. You will find classes from the transaction abstraction layer to support the Java Transaction API (JTA) and integration with application servers from major vendors.

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

Check for Latest Release

Reference




Comments