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