MVN

com.mercateo : mercateo-spring-boot-starter-hornetq-cluster

Maven & Gradle

Sep 22, 2016

mercateo-spring-boot-starter-hornetq-cluster · Spring Boot HornetQ starter project for connecting to multiple HornetQ nodes

<dependency>
    <groupId>com.mercateo</groupId>
    <artifactId>mercateo-spring-boot-starter-hornetq-cluster</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mercateo : mercateo-spring-boot-starter-hornetq-cluster to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.mercateo : mercateo-spring-boot-starter-hornetq-cluster to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
mercateo-spring-boot-starter-hornetq-cluster-1.3.5.RELEASE
1.0.x
mercateo-spring-boot-starter-hornetq-cluster-1.0.1
mercateo-spring-boot-starter-hornetq-cluster-1.0.0

How to add a dependency to Maven

Add the following com.mercateo : mercateo-spring-boot-starter-hornetq-cluster maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mercateo</groupId>
    <artifactId>mercateo-spring-boot-starter-hornetq-cluster</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mercateo : mercateo-spring-boot-starter-hornetq-cluster gradle dependency to your build.gradle file:

implementation 'com.mercateo:mercateo-spring-boot-starter-hornetq-cluster:1.0.1'

Gradle Kotlin DSL: Add the following com.mercateo : mercateo-spring-boot-starter-hornetq-cluster gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mercateo:mercateo-spring-boot-starter-hornetq-cluster:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mercateo : mercateo-spring-boot-starter-hornetq-cluster sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mercateo" % "mercateo-spring-boot-starter-hornetq-cluster" % "1.0.1"