m

mule-module-jotm

Provides access to the Jotm transaction manager for User and Xa transactions.
Files download
File Operation
mule-module-jotm-1.3.2.jar download
mule-module-jotm-1.3.2.pom download
mule-module-jotm-1.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mule.modules</groupId>
  <artifactId>mule-module-jotm</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.mule.modules:mule-module-jotm:1.3.2'
Gradle Kotlin
implementation("org.mule.modules:mule-module-jotm:1.3.2")
Scala SBT
libraryDependencies += "org.mule.modules" % "mule-module-jotm" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.modules', module='mule-module-jotm', version='1.3.2')
)
Apache Ivy
<dependency org="org.mule.modules" name="mule-module-jotm" rev="1.3.2" />
Leiningen
[org.mule.modules/mule-module-jotm "1.3.2"]
Apache Buildr
'org.mule.modules:mule-module-jotm:jar:1.3.2'