License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Narayana Application Layer Libs Distributed Transactions |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-narayana-jta-parent |
Version | Version2.0.0.CR3 |
Type | Typepom |
Description |
DescriptionQuarkus - Narayana JTA
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-narayana-jta-parent-2.0.0.CR3.pom | 749 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-narayana-jta-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-narayana-jta-parent</artifactId>
<version>2.0.0.CR3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-narayana-jta-parent/
implementation 'io.quarkus:quarkus-narayana-jta-parent:2.0.0.CR3'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-narayana-jta-parent/
implementation ("io.quarkus:quarkus-narayana-jta-parent:2.0.0.CR3")
'io.quarkus:quarkus-narayana-jta-parent:pom:2.0.0.CR3'
<dependency org="io.quarkus" name="quarkus-narayana-jta-parent" rev="2.0.0.CR3">
<artifact name="quarkus-narayana-jta-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-narayana-jta-parent', version='2.0.0.CR3')
)
libraryDependencies += "io.quarkus" % "quarkus-narayana-jta-parent" % "2.0.0.CR3"
[io.quarkus/quarkus-narayana-jta-parent "2.0.0.CR3"]