MVN

org.hornetq.examples.jms : common

Maven & Gradle

Nov 21, 2012
247 stars

HornetQ Examples common

<dependency>
    <groupId>org.hornetq.examples.jms</groupId>
    <artifactId>common</artifactId>
    <version>2.3.0.BETA2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hornetq.examples.jms : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0.BETA2
  • Latest Beta: 2.3.0.BETA2
  • Latest Alpha: 2.3.0.Alpha

All Versions

Choose a version of org.hornetq.examples.jms : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
common-2.3.0.BETA2
common-2.3.0.BETA1
common-2.3.0.Alpha

How to add a dependency to Maven

Add the following org.hornetq.examples.jms : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hornetq.examples.jms</groupId>
    <artifactId>common</artifactId>
    <version>2.3.0.BETA2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hornetq.examples.jms : common gradle dependency to your build.gradle file:

implementation 'org.hornetq.examples.jms:common:2.3.0.BETA2'

Gradle Kotlin DSL: Add the following org.hornetq.examples.jms : common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hornetq.examples.jms:common:2.3.0.BETA2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hornetq.examples.jms : common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hornetq.examples.jms" % "common" % "2.3.0.BETA2"