MVN

org.openengsb.infrastructure : openengsb-infrastructure-jms

Maven & Gradle

Sep 15, 2011
43 stars

OpenEngSB :: Infrastructure :: JMS · Broker for OpenEngSB messaging

<dependency>
    <groupId>org.openengsb.infrastructure</groupId>
    <artifactId>openengsb-infrastructure-jms</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.2.RELEASE
  • Latest Release Candidate: 1.2.0.RC3

All Versions

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

Version Vulnerabilities Updated
1.3.x
openengsb-infrastructure-jms-1.3.0.M3
openengsb-infrastructure-jms-1.3.0.M2
openengsb-infrastructure-jms-1.3.0.M1
1.2.x
openengsb-infrastructure-jms-1.2.2.RELEASE
openengsb-infrastructure-jms-1.2.1.RELEASE
openengsb-infrastructure-jms-1.2.0.RELEASE
openengsb-infrastructure-jms-1.2.0.RC3
openengsb-infrastructure-jms-1.2.0.RC2
openengsb-infrastructure-jms-1.2.0.RC1
openengsb-infrastructure-jms-1.2.0.M5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openengsb.infrastructure</groupId>
    <artifactId>openengsb-infrastructure-jms</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openengsb.infrastructure:openengsb-infrastructure-jms:1.2.2.RELEASE'

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

implementation("org.openengsb.infrastructure:openengsb-infrastructure-jms:1.2.2.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openengsb.infrastructure" % "openengsb-infrastructure-jms" % "1.2.2.RELEASE"