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
文件下载
文件名 操作
joram-parent-5.2.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.objectweb.joram</groupId>
  <artifactId>joram-parent</artifactId>
  <version>5.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.joram:joram-parent:5.2.3'
Gradle Kotlin
implementation("org.objectweb.joram:joram-parent:5.2.3")
Scala SBT
libraryDependencies += "org.objectweb.joram" % "joram-parent" % "5.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.joram', module='joram-parent', version='5.2.3')
)
Apache Ivy
<dependency org="org.objectweb.joram" name="joram-parent" rev="5.2.3" />
Leiningen
[org.objectweb.joram/joram-parent "5.2.3"]
Apache Buildr
'org.objectweb.joram:joram-parent:jar:5.2.3'
本项目依赖
该项目无第三方依赖