MVN

org.apache.geronimo.components : geronimo-transaction

Maven & Gradle

Feb 24, 2022
106 usages

Geronimo TxManager :: Transaction · Apache Geronimo Transaction Manager

<dependency>
    <groupId>org.apache.geronimo.components</groupId>
    <artifactId>geronimo-transaction</artifactId>
    <version>3.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.components : geronimo-transaction to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.5

All Versions

Choose a version of org.apache.geronimo.components : geronimo-transaction to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
geronimo-transaction-3.1.5
geronimo-transaction-3.1.4
geronimo-transaction-3.1.3
geronimo-transaction-3.1.2
geronimo-transaction-3.1.1
3.1
geronimo-transaction-3.1
3.0
geronimo-transaction-3.0
2.2.x
geronimo-transaction-2.2.2
geronimo-transaction-2.2.1
2.2
geronimo-transaction-2.2
2.1.x
geronimo-transaction-2.1.4
geronimo-transaction-2.1.3
geronimo-transaction-2.1.2
geronimo-transaction-2.1.1
2.1
geronimo-transaction-2.1
2.0.x
geronimo-transaction-2.0.2
geronimo-transaction-2.0.1
2.0
geronimo-transaction-2.0

How to add a dependency to Maven

Add the following org.apache.geronimo.components : geronimo-transaction maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.geronimo.components</groupId>
    <artifactId>geronimo-transaction</artifactId>
    <version>3.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.geronimo.components : geronimo-transaction gradle dependency to your build.gradle file:

implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5'

Gradle Kotlin DSL: Add the following org.apache.geronimo.components : geronimo-transaction gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.geronimo.components:geronimo-transaction:3.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.geronimo.components : geronimo-transaction sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.geronimo.components" % "geronimo-transaction" % "3.1.5"

Advertisement