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