MVN

org.objectweb.joram : joram-parent

Maven & Gradle

May 07, 2010

JORAM :: Parent · JORAM incorporates a 100% pure Java implementation of JMS (Java Message Service API released by Sun Microsystem, Inc.). It provides access to a really distributed MOM (Message Oriented Middleware), built on top of the ScalAgent agents based platform.

<dependency>
    <groupId>org.objectweb.joram</groupId>
    <artifactId>joram-parent</artifactId>
    <version>5.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.joram : joram-parent to add to Maven - Latest Versions:

  • Latest Stable: 5.3.1

All Versions

Choose a version of org.objectweb.joram : joram-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5.3.x
joram-parent-5.3.1
joram-parent-5.3.0
5.2.x
joram-parent-5.2.20090825
joram-parent-5.2.6
joram-parent-5.2.5
joram-parent-5.2.4
joram-parent-5.2.3
joram-parent-5.2.1
joram-parent-5.2.1a
5.1.x
joram-parent-5.1.0
5.0.x
joram-parent-5.0.9
joram-parent-5.0.8
joram-parent-5.0.7
joram-parent-5.0.6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.objectweb.joram</groupId>
    <artifactId>joram-parent</artifactId>
    <version>5.3.1</version>
</dependency>

Advertisement