MVN

net.open-esb : parent

Maven & Gradle

Nov 28, 2014

OpenESB Parent POM · The OpenESB Parent POM provides common settings for all OpenESB components.

<dependency>
    <groupId>net.open-esb</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.open-esb : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of net.open-esb : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
parent-1.0.2
parent-1.0.1
parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.open-esb</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.2</version>
</dependency>