is not current version
Last Version 2.3.1-M1

org.ow2.jotm:jotm-standalone 2.2.1

JOTM: Java Open Transaction Manager - Standalone

GroupId

GroupId

org.ow2.jotm
ArtifactId

ArtifactId

jotm-standalone
Version

Version

2.2.1
Type

Type

jar

Download jotm-standalone 2.2.1


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