t

txle

A distributed transaction solution and can guarantee the final consistency of the business data.
https://github.com/actiontech/txle
Apache License, Version 2.0
Gannalyo
Files download
File Operation
txle-2.19.11.0.pom download
Apache Maven
<dependency>
  <groupId>com.actionsky</groupId>
  <artifactId>txle</artifactId>
  <version>2.19.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.actionsky:txle:2.19.11.0'
Gradle Kotlin
implementation("com.actionsky:txle:2.19.11.0")
Scala SBT
libraryDependencies += "com.actionsky" % "txle" % "2.19.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.actionsky', module='txle', version='2.19.11.0')
)
Apache Ivy
<dependency org="com.actionsky" name="txle" rev="2.19.11.0" />
Leiningen
[com.actionsky/txle "2.19.11.0"]
Apache Buildr
'com.actionsky:txle:jar:2.19.11.0'