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