MVN

com.yiqiniu.easytrans : easytrans-log-redis-starter

Maven & Gradle

Dec 21, 2019
1 usages
2.3k stars

EasyTransaction transaction log Redis implement · A distribute transaction solution unified the usage of TCC , SAGA , reliable message, compensate and so on

<dependency>
    <groupId>com.yiqiniu.easytrans</groupId>
    <artifactId>easytrans-log-redis-starter</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yiqiniu.easytrans : easytrans-log-redis-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of com.yiqiniu.easytrans : easytrans-log-redis-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
easytrans-log-redis-starter-1.4.3
easytrans-log-redis-starter-1.4.2
easytrans-log-redis-starter-1.4.0
1.3.x
easytrans-log-redis-starter-1.3.1
easytrans-log-redis-starter-1.3.0
1.2.x
easytrans-log-redis-starter-1.2.0
1.1.x
easytrans-log-redis-starter-1.1.3
easytrans-log-redis-starter-1.1.2
easytrans-log-redis-starter-1.1.1
easytrans-log-redis-starter-1.1.0
1.0.x
easytrans-log-redis-starter-1.0.0

How to add a dependency to Maven

Add the following com.yiqiniu.easytrans : easytrans-log-redis-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yiqiniu.easytrans</groupId>
    <artifactId>easytrans-log-redis-starter</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yiqiniu.easytrans : easytrans-log-redis-starter gradle dependency to your build.gradle file:

implementation 'com.yiqiniu.easytrans:easytrans-log-redis-starter:1.4.3'

Gradle Kotlin DSL: Add the following com.yiqiniu.easytrans : easytrans-log-redis-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yiqiniu.easytrans:easytrans-log-redis-starter:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yiqiniu.easytrans : easytrans-log-redis-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yiqiniu.easytrans" % "easytrans-log-redis-starter" % "1.4.3"