q

qbit-jms

JMS Support
https://github.com/advantageous/qbit
The Apache Software License, Version 2.0
Richard Hightower Geoffrey Chandler
Files download
File Operation
qbit-jms-0.9.2-RC14.jar download
qbit-jms-0.9.2-RC14.pom download
qbit-jms-0.9.2-RC14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.advantageous</groupId>
  <artifactId>qbit-jms</artifactId>
  <version>0.9.2-RC14</version>
</dependency>
Gradle Groovy
implementation 'com.github.advantageous:qbit-jms:0.9.2-RC14'
Gradle Kotlin
implementation("com.github.advantageous:qbit-jms:0.9.2-RC14")
Scala SBT
libraryDependencies += "com.github.advantageous" % "qbit-jms" % "0.9.2-RC14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.advantageous', module='qbit-jms', version='0.9.2-RC14')
)
Apache Ivy
<dependency org="com.github.advantageous" name="qbit-jms" rev="0.9.2-RC14" />
Leiningen
[com.github.advantageous/qbit-jms "0.9.2-RC14"]
Apache Buildr
'com.github.advantageous:qbit-jms:jar:0.9.2-RC14'