g

geronimo-transaction

Files download
File Operation
geronimo-transaction-2.2.1.jar download
geronimo-transaction-2.2.1.pom download
geronimo-transaction-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.modules</groupId>
  <artifactId>geronimo-transaction</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.modules:geronimo-transaction:2.2.1'
Gradle Kotlin
implementation("org.apache.geronimo.modules:geronimo-transaction:2.2.1")
Scala SBT
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-transaction" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.modules', module='geronimo-transaction', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.geronimo.modules" name="geronimo-transaction" rev="2.2.1" />
Leiningen
[org.apache.geronimo.modules/geronimo-transaction "2.2.1"]
Apache Buildr
'org.apache.geronimo.modules:geronimo-transaction:jar:2.2.1'