MVN

org.bedework : bw-util-jms

Maven & Gradle

Feb 12, 2022
7 usages
2 stars

Bedework: util to handle jms · This project provides a number of utility classes and methods

<dependency>
    <groupId>org.bedework</groupId>
    <artifactId>bw-util-jms</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bedework : bw-util-jms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1

All Versions

Choose a version of org.bedework : bw-util-jms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
bw-util-jms-5.0.1
bw-util-jms-5.0.0
4.0.x
bw-util-jms-4.0.31
bw-util-jms-4.0.30
bw-util-jms-4.0.29
bw-util-jms-4.0.28
bw-util-jms-4.0.27
bw-util-jms-4.0.26
bw-util-jms-4.0.25
bw-util-jms-4.0.24
bw-util-jms-4.0.23
bw-util-jms-4.0.22
bw-util-jms-4.0.21
bw-util-jms-4.0.20
bw-util-jms-4.0.19
bw-util-jms-4.0.18
bw-util-jms-4.0.16
bw-util-jms-4.0.15
bw-util-jms-4.0.14
bw-util-jms-4.0.13
bw-util-jms-4.0.12
bw-util-jms-4.0.11
bw-util-jms-4.0.10
bw-util-jms-4.0.8
bw-util-jms-4.0.7
bw-util-jms-4.0.6
bw-util-jms-4.0.5
bw-util-jms-4.0.4
bw-util-jms-4.0.3

How to add a dependency to Maven

Add the following org.bedework : bw-util-jms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bedework</groupId>
    <artifactId>bw-util-jms</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bedework : bw-util-jms gradle dependency to your build.gradle file:

implementation 'org.bedework:bw-util-jms:5.0.1'

Gradle Kotlin DSL: Add the following org.bedework : bw-util-jms gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bedework:bw-util-jms:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bedework : bw-util-jms sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bedework" % "bw-util-jms" % "5.0.1"

Advertisement