b

bw-util-jms

This project provides a number of utility classes and methods
https://github.com/Bedework/bw-util/bw-util-jms
Apache License Version 2.0
Mike Douglass Arlen Johnson
Files download
File Operation
bw-util-jms-5.0.5.jar download
bw-util-jms-5.0.5.pom download
bw-util-jms-5.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bedework</groupId>
  <artifactId>bw-util-jms</artifactId>
  <version>5.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.bedework:bw-util-jms:5.0.5'
Gradle Kotlin
implementation("org.bedework:bw-util-jms:5.0.5")
Scala SBT
libraryDependencies += "org.bedework" % "bw-util-jms" % "5.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.bedework', module='bw-util-jms', version='5.0.5')
)
Apache Ivy
<dependency org="org.bedework" name="bw-util-jms" rev="5.0.5" />
Leiningen
[org.bedework/bw-util-jms "5.0.5"]
Apache Buildr
'org.bedework:bw-util-jms:jar:5.0.5'