MVN

org.apache.openejb : utils

Maven & Gradle

Sep 27, 2017

OpenEJB :: Utils

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>utils</artifactId>
    <version>4.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.7.5
  • Latest Beta: 4.0.0-beta-2

All Versions

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

Version Vulnerabilities Updated
4.7.x
utils-4.7.5
utils-4.7.4
utils-4.7.3
utils-4.7.2
utils-4.7.1
utils-4.7.0
4.6.x
utils-4.6.0.2
utils-4.6.0.1
utils-4.6.0
4.5.x
utils-4.5.2
utils-4.5.1
utils-4.5.0
4.0.x
utils-4.0.0
utils-4.0.0-beta-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>utils</artifactId>
    <version>4.7.5</version>
</dependency>

Advertisement