License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Narayana Application Layer Libs Distributed Transactions |
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-starter-jta-narayana |
Last Version | Last Version2.0.9.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Narayana JTA Starter
Starter for JTA transactions using Narayana
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jta-narayana/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jta-narayana</artifactId>
<version>2.0.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jta-narayana/
implementation 'org.springframework.boot:spring-boot-starter-jta-narayana:2.0.9.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jta-narayana/
implementation ("org.springframework.boot:spring-boot-starter-jta-narayana:2.0.9.RELEASE")
'org.springframework.boot:spring-boot-starter-jta-narayana:jar:2.0.9.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-jta-narayana" rev="2.0.9.RELEASE">
<artifact name="spring-boot-starter-jta-narayana" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-jta-narayana', version='2.0.9.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-jta-narayana" % "2.0.9.RELEASE"
[org.springframework.boot/spring-boot-starter-jta-narayana "2.0.9.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.9.RELEASE |
org.jboss : jboss-transaction-spi | jar | 7.6.0.Final |
org.jboss.narayana.jta : jdbc | jar | 5.8.2.Final |
org.jboss.narayana.jta : jms | jar | 5.8.2.Final |
org.jboss.narayana.jta : jta | jar | 5.8.2.Final |
org.jboss.narayana.jts : narayana-jts-integration | jar | 5.8.2.Final |
javax.transaction : javax.transaction-api | jar | 1.2 |