MVN

org.jadira.jms : jms

Maven & Gradle

Jan 26, 2018
70 stars

Jadira JMS · Jadira JMS

<dependency>
    <groupId>org.jadira.jms</groupId>
    <artifactId>jms</artifactId>
    <version>7.0.0.CR1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0.0.CR1

All Versions

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

Version Vulnerabilities Updated
7.0.x
jms-7.0.0.CR1
6.0.x
jms-6.0.1.GA
jms-6.0.0.GA
5.0.x
jms-5.0.0.GA
4.0.x
jms-4.0.0.GA
3.2.x
jms-3.2.0.GA

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jadira.jms</groupId>
    <artifactId>jms</artifactId>
    <version>7.0.0.CR1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jadira.jms : jms gradle dependency to your build.gradle file:

implementation 'org.jadira.jms:jms:7.0.0.CR1'

Gradle Kotlin DSL: Add the following org.jadira.jms : jms gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jadira.jms:jms:7.0.0.CR1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jadira.jms : jms sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jadira.jms" % "jms" % "7.0.0.CR1"

Advertisement