MVN

org.ow2.jotm : jotm-standalone

Maven & Gradle

Jun 19, 2013
3 usages

JOTM :: Standalone · JOTM: Java Open Transaction Manager - Standalone

<dependency>
    <groupId>org.ow2.jotm</groupId>
    <artifactId>jotm-standalone</artifactId>
    <version>2.3.1-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.jotm : jotm-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1-M1

All Versions

Choose a version of org.ow2.jotm : jotm-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jotm-standalone-2.3.1-M1
2.2.x
jotm-standalone-2.2.3
jotm-standalone-2.2.2
jotm-standalone-2.2.1
2.1.x
jotm-standalone-2.1.10
jotm-standalone-2.1.9
jotm-standalone-2.1.8
jotm-standalone-2.1.7
jotm-standalone-2.1.5
jotm-standalone-2.1.4
jotm-standalone-2.1.3
jotm-standalone-2.1.2
jotm-standalone-2.1.1

How to add a dependency to Maven

Add the following org.ow2.jotm : jotm-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.jotm</groupId>
    <artifactId>jotm-standalone</artifactId>
    <version>2.3.1-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.jotm : jotm-standalone gradle dependency to your build.gradle file:

implementation 'org.ow2.jotm:jotm-standalone:2.3.1-M1'

Gradle Kotlin DSL: Add the following org.ow2.jotm : jotm-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.jotm:jotm-standalone:2.3.1-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.jotm : jotm-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.jotm" % "jotm-standalone" % "2.3.1-M1"

Advertisement