h

hornetq-jms-client

Files download
File Operation
hornetq-jms-client-2.3.0.CR1.jar download
hornetq-jms-client-2.3.0.CR1.pom download
hornetq-jms-client-2.3.0.CR1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hornetq</groupId>
  <artifactId>hornetq-jms-client</artifactId>
  <version>2.3.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'org.hornetq:hornetq-jms-client:2.3.0.CR1'
Gradle Kotlin
implementation("org.hornetq:hornetq-jms-client:2.3.0.CR1")
Scala SBT
libraryDependencies += "org.hornetq" % "hornetq-jms-client" % "2.3.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.hornetq', module='hornetq-jms-client', version='2.3.0.CR1')
)
Apache Ivy
<dependency org="org.hornetq" name="hornetq-jms-client" rev="2.3.0.CR1" />
Leiningen
[org.hornetq/hornetq-jms-client "2.3.0.CR1"]
Apache Buildr
'org.hornetq:hornetq-jms-client:jar:2.3.0.CR1'