MVN

org.hornetq : hornetq-transports

Maven & Gradle

Apr 01, 2010
6 usages
<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-transports</artifactId>
    <version>2.1.0.r9031</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.0.r9031
  • Latest Beta: 2.1.0.BETA1

All Versions

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

Version Vulnerabilities Updated
2.1.x
hornetq-transports-2.1.0.BETA1
hornetq-transports-2.1.0.r9031
hornetq-transports-2.1.0.r9008
hornetq-transports-2.1.0.r8956
hornetq-transports-2.1.0.r8945
hornetq-transports-2.1.0.r8938
hornetq-transports-2.1.0.r8936
hornetq-transports-2.1.0.r8931
2.0.x
hornetq-transports-2.0.0.GA
hornetq-transports-2.0.0.CR3
hornetq-transports-2.0.0.CR2
hornetq-transports-2.0.0.BETA5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-transports</artifactId>
    <version>2.1.0.r9031</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hornetq : hornetq-transports gradle dependency to your build.gradle file:

implementation 'org.hornetq:hornetq-transports:2.1.0.r9031'

Gradle Kotlin DSL: Add the following org.hornetq : hornetq-transports gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hornetq:hornetq-transports:2.1.0.r9031")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hornetq : hornetq-transports sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hornetq" % "hornetq-transports" % "2.1.0.r9031"

Advertisement