MVN

io.narayana : txn-recovery-marker-jdbc-hibernate4

Maven & Gradle

Dec 06, 2019
0 stars

Transaction recovery marker in JDBC (Hibernate 4)

<dependency>
    <groupId>io.narayana</groupId>
    <artifactId>txn-recovery-marker-jdbc-hibernate4</artifactId>
    <version>1.1.4.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.narayana : txn-recovery-marker-jdbc-hibernate4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4.Final

All Versions

Choose a version of io.narayana : txn-recovery-marker-jdbc-hibernate4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
txn-recovery-marker-jdbc-hibernate4-1.1.4.Final
txn-recovery-marker-jdbc-hibernate4-1.1.3.Final
txn-recovery-marker-jdbc-hibernate4-1.1.2.Final
txn-recovery-marker-jdbc-hibernate4-1.1.1.Final

How to add a dependency to Maven

Add the following io.narayana : txn-recovery-marker-jdbc-hibernate4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.narayana</groupId>
    <artifactId>txn-recovery-marker-jdbc-hibernate4</artifactId>
    <version>1.1.4.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.narayana : txn-recovery-marker-jdbc-hibernate4 gradle dependency to your build.gradle file:

implementation 'io.narayana:txn-recovery-marker-jdbc-hibernate4:1.1.4.Final'

Gradle Kotlin DSL: Add the following io.narayana : txn-recovery-marker-jdbc-hibernate4 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.narayana:txn-recovery-marker-jdbc-hibernate4:1.1.4.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.narayana : txn-recovery-marker-jdbc-hibernate4 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.narayana" % "txn-recovery-marker-jdbc-hibernate4" % "1.1.4.Final"

Advertisement