MVN

org.openengsb.ports : openengsb-ports-jms

Maven & Gradle

Sep 15, 2011
43 stars

OpenEngSB :: Ports :: JMS · OpenEngSB Core classes for sending message calls and receiving messages via JMS. The messages can be of type Call, Return or Exception. The marshalling of the messages is done with JSON.

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

Latest Version

Choose a version of org.openengsb.ports : openengsb-ports-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.ports : openengsb-ports-jms to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement