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