is not current version
Last Version 2.3.1-M1

org.ow2.jotm:jotm-standalone 2.1.10

JOTM: Java Open Transaction Manager - Standalone

GroupId

GroupId

org.ow2.jotm
ArtifactId

ArtifactId

jotm-standalone
Version

Version

2.1.10
Type

Type

jar

Download jotm-standalone 2.1.10


<!-- https://jarcasting.com/artifacts/org.ow2.jotm/jotm-standalone/ -->
<dependency>
    <groupId>org.ow2.jotm</groupId>
    <artifactId>jotm-standalone</artifactId>
    <version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jotm/jotm-standalone/
implementation 'org.ow2.jotm:jotm-standalone:2.1.10'
// https://jarcasting.com/artifacts/org.ow2.jotm/jotm-standalone/
implementation ("org.ow2.jotm:jotm-standalone:2.1.10")
'org.ow2.jotm:jotm-standalone:jar:2.1.10'
<dependency org="org.ow2.jotm" name="jotm-standalone" rev="2.1.10">
  <artifact name="jotm-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jotm', module='jotm-standalone', version='2.1.10')
)
libraryDependencies += "org.ow2.jotm" % "jotm-standalone" % "2.1.10"
[org.ow2.jotm/jotm-standalone "2.1.10"]