MVN

kim.sesame.framework : framework-distributed-tx

Maven & Gradle

Apr 23, 2018
1 usages

分布式事物测试 https://github.com/codingapi/tx-lcn/ https://github.com/codingapi/tx-lcn/wiki/TxManager%E5%90%AF%E5%8A%A8%E8%AF%B4%E6%98%8E https://github.com/codingapi/tx-lcn.git

<dependency>
    <groupId>kim.sesame.framework</groupId>
    <artifactId>framework-distributed-tx</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kim.sesame.framework : framework-distributed-tx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of kim.sesame.framework : framework-distributed-tx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21
framework-distributed-tx-1.21
1.3
framework-distributed-tx-1.3
1.2
framework-distributed-tx-1.2
1.1
framework-distributed-tx-1.1
1.0.x
framework-distributed-tx-1.0.1
framework-distributed-tx-1.0.0

How to add a dependency to Maven

Add the following kim.sesame.framework : framework-distributed-tx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>kim.sesame.framework</groupId>
    <artifactId>framework-distributed-tx</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following kim.sesame.framework : framework-distributed-tx gradle dependency to your build.gradle file:

implementation 'kim.sesame.framework:framework-distributed-tx:1.3'

Gradle Kotlin DSL: Add the following kim.sesame.framework : framework-distributed-tx gradle kotlin dependency to your build.gradle.kts file:

implementation("kim.sesame.framework:framework-distributed-tx:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following kim.sesame.framework : framework-distributed-tx sbt scala dependency to your build.sbt file:

libraryDependencies += "kim.sesame.framework" % "framework-distributed-tx" % "1.3"

Advertisement