is not current version
Last Version 2.3.0.BETA1

org.hornetq:hornetq-core 2.2.13.Final

HornetQ Messaging System

Categories

Categories

Net
GroupId

GroupId

org.hornetq
ArtifactId

ArtifactId

hornetq-core
Version

Version

2.2.13.Final
Type

Type

jar

Download hornetq-core 2.2.13.Final


<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-core/ -->
<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-core</artifactId>
    <version>2.2.13.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-core/
implementation 'org.hornetq:hornetq-core:2.2.13.Final'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-core/
implementation ("org.hornetq:hornetq-core:2.2.13.Final")
'org.hornetq:hornetq-core:jar:2.2.13.Final'
<dependency org="org.hornetq" name="hornetq-core" rev="2.2.13.Final">
  <artifact name="hornetq-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-core', version='2.2.13.Final')
)
libraryDependencies += "org.hornetq" % "hornetq-core" % "2.2.13.Final"
[org.hornetq/hornetq-core "2.2.13.Final"]