Categories |
CategoriesNarayana Application Layer Libs Distributed Transactions Hibernate Data ORM |
---|---|
GroupId | GroupIdio.narayana |
ArtifactId | ArtifactIdtxn-recovery-marker-jdbc-hibernate5 |
Version | Version1.0.7.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.narayana/txn-recovery-marker-jdbc-hibernate5/ -->
<dependency>
<groupId>io.narayana</groupId>
<artifactId>txn-recovery-marker-jdbc-hibernate5</artifactId>
<version>1.0.7.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.narayana/txn-recovery-marker-jdbc-hibernate5/
implementation 'io.narayana:txn-recovery-marker-jdbc-hibernate5:1.0.7.Final'
// https://jarcasting.com/artifacts/io.narayana/txn-recovery-marker-jdbc-hibernate5/
implementation ("io.narayana:txn-recovery-marker-jdbc-hibernate5:1.0.7.Final")
'io.narayana:txn-recovery-marker-jdbc-hibernate5:jar:1.0.7.Final'
<dependency org="io.narayana" name="txn-recovery-marker-jdbc-hibernate5" rev="1.0.7.Final">
<artifact name="txn-recovery-marker-jdbc-hibernate5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.narayana', module='txn-recovery-marker-jdbc-hibernate5', version='1.0.7.Final')
)
libraryDependencies += "io.narayana" % "txn-recovery-marker-jdbc-hibernate5" % "1.0.7.Final"
[io.narayana/txn-recovery-marker-jdbc-hibernate5 "1.0.7.Final"]