MVN

org.apache.openejb.itests : failover-ejb

Maven & Gradle

Jun 06, 2023
3 usages

TomEE :: iTests :: Failover EJB

<dependency>
    <groupId>org.apache.openejb.itests</groupId>
    <artifactId>failover-ejb</artifactId>
    <version>9.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openejb.itests : failover-ejb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.0
  • Latest Release Candidate: 9.0.0.RC1

All Versions

Choose a version of org.apache.openejb.itests : failover-ejb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
failover-ejb-9.1.0
9.0.x
failover-ejb-9.0.0
failover-ejb-9.0.0.RC1
failover-ejb-9.0.0-M8
8.0.x
failover-ejb-8.0.15
failover-ejb-8.0.14
failover-ejb-8.0.13
failover-ejb-8.0.12
failover-ejb-8.0.11
failover-ejb-8.0.10
failover-ejb-8.0.9
failover-ejb-8.0.8
failover-ejb-8.0.7
failover-ejb-8.0.6
failover-ejb-8.0.5
failover-ejb-8.0.4
failover-ejb-8.0.3
failover-ejb-8.0.2
failover-ejb-8.0.1
failover-ejb-8.0.0
failover-ejb-8.0.0-M3
failover-ejb-8.0.0-M2
failover-ejb-8.0.0-M1
7.1.x
failover-ejb-7.1.4
failover-ejb-7.1.3
failover-ejb-7.1.2
failover-ejb-7.1.1
failover-ejb-7.1.0
7.0.x
failover-ejb-7.0.9
failover-ejb-7.0.8
failover-ejb-7.0.7
failover-ejb-7.0.6
failover-ejb-7.0.5
failover-ejb-7.0.4
failover-ejb-7.0.3
failover-ejb-7.0.2
failover-ejb-7.0.1
failover-ejb-7.0.0
failover-ejb-7.0.0-M3
failover-ejb-7.0.0-M2
failover-ejb-7.0.0-M1
4.7.x
failover-ejb-4.7.5
failover-ejb-4.7.4
failover-ejb-4.7.3
failover-ejb-4.7.2
failover-ejb-4.7.1
failover-ejb-4.7.0
4.6.x
failover-ejb-4.6.0.2
failover-ejb-4.6.0.1
failover-ejb-4.6.0
4.5.x
failover-ejb-4.5.2
failover-ejb-4.5.1
failover-ejb-4.5.0

How to add a dependency to Maven

Add the following org.apache.openejb.itests : failover-ejb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.openejb.itests</groupId>
    <artifactId>failover-ejb</artifactId>
    <version>9.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.openejb.itests : failover-ejb gradle dependency to your build.gradle file:

implementation 'org.apache.openejb.itests:failover-ejb:9.1.0'

Gradle Kotlin DSL: Add the following org.apache.openejb.itests : failover-ejb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.openejb.itests:failover-ejb:9.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.openejb.itests : failover-ejb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.openejb.itests" % "failover-ejb" % "9.1.0"