MVN

org.apache.openejb : itests

Maven & Gradle

Feb 22, 2022

OpenEJB :: iTests

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>itests</artifactId>
    <version>legacy-server</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: legacy-server
  • Latest Beta: 4.0.0-beta-2

All Versions

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

Version Vulnerabilities Updated
4.7.x
itests-4.7.5
itests-4.7.4
itests-4.7.3
itests-4.7.2
itests-4.7.1
itests-4.7.0
4.6.x
itests-4.6.0.2
itests-4.6.0.1
itests-4.6.0
4.5.x
itests-4.5.2
itests-4.5.1
itests-4.5.0
4.0.x
itests-4.0.0
itests-4.0.0-beta-2
itests-4.0.0-beta-1
3.1.x
itests-3.1.4
itests-3.1.3
itests-3.1.2
itests-3.1.1
3.1
itests-3.1
3.0.x
itests-3.0.4
itests-3.0.3
itests-3.0.2
itests-3.0.1
3.0
itests-3.0
itests-3.0-beta-2
itests-3.0-beta-1
legacy
itests-legacy-server
itests-legacy-client
failover
itests-failover-ejb
itests-failover

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>itests</artifactId>
    <version>legacy-server</version>
</dependency>

Advertisement