h

hornetq-core

Files download
File Operation
hornetq-core-2.0.0.GA.jar download
hornetq-core-2.0.0.GA.pom download
Apache Maven
<dependency>
  <groupId>org.hornetq</groupId>
  <artifactId>hornetq-core</artifactId>
  <version>2.0.0.GA</version>
</dependency>
Gradle Groovy
implementation 'org.hornetq:hornetq-core:2.0.0.GA'
Gradle Kotlin
implementation("org.hornetq:hornetq-core:2.0.0.GA")
Scala SBT
libraryDependencies += "org.hornetq" % "hornetq-core" % "2.0.0.GA"
Groovy Grape
@Grapes(
  @Grab(group='org.hornetq', module='hornetq-core', version='2.0.0.GA')
)
Apache Ivy
<dependency org="org.hornetq" name="hornetq-core" rev="2.0.0.GA" />
Leiningen
[org.hornetq/hornetq-core "2.0.0.GA"]
Apache Buildr
'org.hornetq:hornetq-core:jar:2.0.0.GA'
Dependencies
The project has no third-party dependencies