Categories |
CategoriesJBoss Container Application Servers Narayana Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdorg.jboss.narayana.rts |
ArtifactId | ArtifactIdrest-tx |
Version | Version5.5.1.Final |
Type | Typepom |
Filename | Size |
---|---|
rest-tx-5.5.1.Final.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.narayana.rts/rest-tx/ -->
<dependency>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>rest-tx</artifactId>
<version>5.5.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.narayana.rts/rest-tx/
implementation 'org.jboss.narayana.rts:rest-tx:5.5.1.Final'
// https://jarcasting.com/artifacts/org.jboss.narayana.rts/rest-tx/
implementation ("org.jboss.narayana.rts:rest-tx:5.5.1.Final")
'org.jboss.narayana.rts:rest-tx:pom:5.5.1.Final'
<dependency org="org.jboss.narayana.rts" name="rest-tx" rev="5.5.1.Final">
<artifact name="rest-tx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.narayana.rts', module='rest-tx', version='5.5.1.Final')
)
libraryDependencies += "org.jboss.narayana.rts" % "rest-tx" % "5.5.1.Final"
[org.jboss.narayana.rts/rest-tx "5.5.1.Final"]