MVN

org.springframework.boot : spring-boot-starter-jta-narayana

Maven & Gradle

21 usages
68.1k stars

Spring Boot Narayana JTA Starter · Spring Boot Narayana JTA Starter

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-jta-narayana</artifactId>
    <version>1.5.22.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.boot : spring-boot-starter-jta-narayana to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.22.RELEASE

All Versions

Choose a version of org.springframework.boot : spring-boot-starter-jta-narayana to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-boot-starter-jta-narayana-2.0.9.RELEASE
spring-boot-starter-jta-narayana-2.0.8.RELEASE
spring-boot-starter-jta-narayana-2.0.7.RELEASE
spring-boot-starter-jta-narayana-2.0.6.RELEASE
spring-boot-starter-jta-narayana-2.0.5.RELEASE
spring-boot-starter-jta-narayana-2.0.4.RELEASE
spring-boot-starter-jta-narayana-2.0.3.RELEASE
spring-boot-starter-jta-narayana-2.0.2.RELEASE
spring-boot-starter-jta-narayana-2.0.1.RELEASE
spring-boot-starter-jta-narayana-2.0.0.RELEASE
1.5.x
spring-boot-starter-jta-narayana-1.5.22.RELEASE
spring-boot-starter-jta-narayana-1.5.21.RELEASE
spring-boot-starter-jta-narayana-1.5.20.RELEASE
spring-boot-starter-jta-narayana-1.5.19.RELEASE
spring-boot-starter-jta-narayana-1.5.18.RELEASE
spring-boot-starter-jta-narayana-1.5.17.RELEASE
spring-boot-starter-jta-narayana-1.5.16.RELEASE
spring-boot-starter-jta-narayana-1.5.15.RELEASE
spring-boot-starter-jta-narayana-1.5.14.RELEASE
spring-boot-starter-jta-narayana-1.5.13.RELEASE
spring-boot-starter-jta-narayana-1.5.12.RELEASE
spring-boot-starter-jta-narayana-1.5.11.RELEASE
spring-boot-starter-jta-narayana-1.5.10.RELEASE
spring-boot-starter-jta-narayana-1.5.9.RELEASE
spring-boot-starter-jta-narayana-1.5.8.RELEASE
spring-boot-starter-jta-narayana-1.5.7.RELEASE
spring-boot-starter-jta-narayana-1.5.6.RELEASE
spring-boot-starter-jta-narayana-1.5.5.RELEASE
spring-boot-starter-jta-narayana-1.5.4.RELEASE
spring-boot-starter-jta-narayana-1.5.3.RELEASE
spring-boot-starter-jta-narayana-1.5.2.RELEASE
spring-boot-starter-jta-narayana-1.5.1.RELEASE
spring-boot-starter-jta-narayana-1.5.0.RELEASE
1.4.x
spring-boot-starter-jta-narayana-1.4.7.RELEASE
spring-boot-starter-jta-narayana-1.4.6.RELEASE
spring-boot-starter-jta-narayana-1.4.5.RELEASE
spring-boot-starter-jta-narayana-1.4.4.RELEASE
spring-boot-starter-jta-narayana-1.4.3.RELEASE
spring-boot-starter-jta-narayana-1.4.2.RELEASE
spring-boot-starter-jta-narayana-1.4.1.RELEASE
spring-boot-starter-jta-narayana-1.4.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework.boot : spring-boot-starter-jta-narayana maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-jta-narayana</artifactId>
    <version>1.5.22.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.boot : spring-boot-starter-jta-narayana gradle dependency to your build.gradle file:

implementation 'org.springframework.boot:spring-boot-starter-jta-narayana:1.5.22.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.boot : spring-boot-starter-jta-narayana gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.boot:spring-boot-starter-jta-narayana:1.5.22.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.boot : spring-boot-starter-jta-narayana sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.boot" % "spring-boot-starter-jta-narayana" % "1.5.22.RELEASE"

Advertisement