MVN

org.apache.activemq.examples.broker : reattach-node

Maven & Gradle

Jul 21, 2023
866 stars

ActiveMQ Artemis JMS Reattach Node Example

<dependency>
    <groupId>org.apache.activemq.examples.broker</groupId>
    <artifactId>reattach-node</artifactId>
    <version>2.30.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.activemq.examples.broker : reattach-node to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.30.0

All Versions

Choose a version of org.apache.activemq.examples.broker : reattach-node to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.activemq.examples.broker</groupId>
    <artifactId>reattach-node</artifactId>
    <version>2.30.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.activemq.examples.broker : reattach-node gradle dependency to your build.gradle file:

implementation 'org.apache.activemq.examples.broker:reattach-node:2.30.0'

Gradle Kotlin DSL: Add the following org.apache.activemq.examples.broker : reattach-node gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.activemq.examples.broker:reattach-node:2.30.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.activemq.examples.broker : reattach-node sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.activemq.examples.broker" % "reattach-node" % "2.30.0"