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