| Категории |
КатегорииSpring Boot Контейнер Микросервисы Atomikos Библиотеки уровня приложения Distributed Transactions |
|---|---|
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-jta-atomikos |
| Версия | Версия1.3.2.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jta-atomikos/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
<version>1.3.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jta-atomikos/
implementation 'org.springframework.boot:spring-boot-starter-jta-atomikos:1.3.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jta-atomikos/
implementation ("org.springframework.boot:spring-boot-starter-jta-atomikos:1.3.2.RELEASE")
'org.springframework.boot:spring-boot-starter-jta-atomikos:jar:1.3.2.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-jta-atomikos" rev="1.3.2.RELEASE">
<artifact name="spring-boot-starter-jta-atomikos" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-jta-atomikos', version='1.3.2.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-jta-atomikos" % "1.3.2.RELEASE"
[org.springframework.boot/spring-boot-starter-jta-atomikos "1.3.2.RELEASE"]