j

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.
http://joram.objectweb.org
OW2
Files download
File Operation
joram-parent-5.2.6.pom download
Apache Maven
<dependency>
  <groupId>org.objectweb.joram</groupId>
  <artifactId>joram-parent</artifactId>
  <version>5.2.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.joram:joram-parent:5.2.6'
Gradle Kotlin
implementation("org.objectweb.joram:joram-parent:5.2.6")
Scala SBT
libraryDependencies += "org.objectweb.joram" % "joram-parent" % "5.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.joram', module='joram-parent', version='5.2.6')
)
Apache Ivy
<dependency org="org.objectweb.joram" name="joram-parent" rev="5.2.6" />
Leiningen
[org.objectweb.joram/joram-parent "5.2.6"]
Apache Buildr
'org.objectweb.joram:joram-parent:jar:5.2.6'
Dependencies
The project has no third-party dependencies