<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-core</artifactId> <version>2.2.1.QA-10278</version> </dependency>
implementation 'org.hornetq:hornetq-core:2.2.1.QA-10278'
implementation("org.hornetq:hornetq-core:2.2.1.QA-10278")
libraryDependencies += "org.hornetq" % "hornetq-core" % "2.2.1.QA-10278"
@Grapes( @Grab(group='org.hornetq', module='hornetq-core', version='2.2.1.QA-10278') )
<dependency org="org.hornetq" name="hornetq-core" rev="2.2.1.QA-10278" />
[org.hornetq/hornetq-core "2.2.1.QA-10278"]
'org.hornetq:hornetq-core:jar:2.2.1.QA-10278'