Files download
File Operation
txle-transaction-2.19.11.0.jar download
txle-transaction-2.19.11.0.pom download
txle-transaction-2.19.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.actionsky</groupId>
  <artifactId>txle-transaction</artifactId>
  <version>2.19.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.actionsky:txle-transaction:2.19.11.0'
Gradle Kotlin
implementation("com.actionsky:txle-transaction:2.19.11.0")
Scala SBT
libraryDependencies += "com.actionsky" % "txle-transaction" % "2.19.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.actionsky', module='txle-transaction', version='2.19.11.0')
)
Apache Ivy
<dependency org="com.actionsky" name="txle-transaction" rev="2.19.11.0" />
Leiningen
[com.actionsky/txle-transaction "2.19.11.0"]
Apache Buildr
'com.actionsky:txle-transaction:jar:2.19.11.0'