Categories |
CategoriesJBoss Container Application Servers Narayana Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdorg.jboss.narayana.txframework |
ArtifactId | ArtifactIdtxframework |
Version | Version5.2.11.Final |
Type | Typejar |
Filename | Size |
---|---|
txframework-5.2.11.Final.pom | |
txframework-5.2.11.Final.jar | 33 KB |
txframework-5.2.11.Final-sources.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.narayana.txframework/txframework/ -->
<dependency>
<groupId>org.jboss.narayana.txframework</groupId>
<artifactId>txframework</artifactId>
<version>5.2.11.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.narayana.txframework/txframework/
implementation 'org.jboss.narayana.txframework:txframework:5.2.11.Final'
// https://jarcasting.com/artifacts/org.jboss.narayana.txframework/txframework/
implementation ("org.jboss.narayana.txframework:txframework:5.2.11.Final")
'org.jboss.narayana.txframework:txframework:jar:5.2.11.Final'
<dependency org="org.jboss.narayana.txframework" name="txframework" rev="5.2.11.Final">
<artifact name="txframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.narayana.txframework', module='txframework', version='5.2.11.Final')
)
libraryDependencies += "org.jboss.narayana.txframework" % "txframework" % "5.2.11.Final"
[org.jboss.narayana.txframework/txframework "5.2.11.Final"]