MVN

org.apache.activemq.examples.rest : mixed-jms-rest

Maven & Gradle

Aug 30, 2022
868 stars

Mixed JMS and REST Producers/Consumers

<dependency>
    <groupId>org.apache.activemq.examples.rest</groupId>
    <artifactId>mixed-jms-rest</artifactId>
    <version>2.25.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.activemq.examples.rest : mixed-jms-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.25.0

All Versions

Choose a version of org.apache.activemq.examples.rest : mixed-jms-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.25.x
mixed-jms-rest-2.25.0
2.24.x
mixed-jms-rest-2.24.0
2.23.x
mixed-jms-rest-2.23.1
mixed-jms-rest-2.23.0
2.22.x
mixed-jms-rest-2.22.0
2.21.x
mixed-jms-rest-2.21.0
2.20.x
mixed-jms-rest-2.20.0
2.19.x
mixed-jms-rest-2.19.1
mixed-jms-rest-2.19.0
2.18.x
mixed-jms-rest-2.18.0
2.17.x
mixed-jms-rest-2.17.0
2.16.x
mixed-jms-rest-2.16.0
2.15.x
mixed-jms-rest-2.15.0
2.14.x
mixed-jms-rest-2.14.0
2.13.x
mixed-jms-rest-2.13.0
2.12.x
mixed-jms-rest-2.12.0
2.11.x
mixed-jms-rest-2.11.0
2.10.x
mixed-jms-rest-2.10.1
mixed-jms-rest-2.10.0
2.9.x
mixed-jms-rest-2.9.0
2.8.x
mixed-jms-rest-2.8.1
mixed-jms-rest-2.8.0
2.7.x
mixed-jms-rest-2.7.0
2.6.x
mixed-jms-rest-2.6.4
mixed-jms-rest-2.6.3
mixed-jms-rest-2.6.2
mixed-jms-rest-2.6.1
mixed-jms-rest-2.6.0
2.5.x
mixed-jms-rest-2.5.0
2.4.x
mixed-jms-rest-2.4.0
2.3.x
mixed-jms-rest-2.3.0
2.2.x
mixed-jms-rest-2.2.0
2.1.x
mixed-jms-rest-2.1.0
2.0.x
mixed-jms-rest-2.0.0
1.5.x
mixed-jms-rest-1.5.6
mixed-jms-rest-1.5.5
mixed-jms-rest-1.5.4
mixed-jms-rest-1.5.3
mixed-jms-rest-1.5.2
mixed-jms-rest-1.5.1
mixed-jms-rest-1.5.0
1.4.x
mixed-jms-rest-1.4.0
1.3.x
mixed-jms-rest-1.3.0
1.2.x
mixed-jms-rest-1.2.0
1.1.x
mixed-jms-rest-1.1.0
1.0.x
mixed-jms-rest-1.0.0

How to add a dependency to Maven

Add the following org.apache.activemq.examples.rest : mixed-jms-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.activemq.examples.rest</groupId>
    <artifactId>mixed-jms-rest</artifactId>
    <version>2.25.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.activemq.examples.rest : mixed-jms-rest gradle dependency to your build.gradle file:

implementation 'org.apache.activemq.examples.rest:mixed-jms-rest:2.25.0'

Gradle Kotlin DSL: Add the following org.apache.activemq.examples.rest : mixed-jms-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.activemq.examples.rest:mixed-jms-rest:2.25.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.activemq.examples.rest : mixed-jms-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.activemq.examples.rest" % "mixed-jms-rest" % "2.25.0"