<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-maven-plugin</artifactId> <version>1.1.0</version> <type>maven-plugin</type> </dependency>
implementation 'org.hornetq:hornetq-maven-plugin:1.1.0'
implementation("org.hornetq:hornetq-maven-plugin:1.1.0")
libraryDependencies += "org.hornetq" % "hornetq-maven-plugin" % "1.1.0"
@Grapes( @Grab(group='org.hornetq', module='hornetq-maven-plugin', version='1.1.0') )
<dependency org="org.hornetq" name="hornetq-maven-plugin" rev="1.1.0" />
[org.hornetq/hornetq-maven-plugin "1.1.0"]
'org.hornetq:hornetq-maven-plugin:jar:1.1.0'
compile
|-- org.apache.maven:maven-plugin-api:2.0
|-- org.apache.maven.plugins:maven-dependency-plugin:2.0
provided
|-- org.hornetq:hornetq-server:2.3.0.BETA2
|-- org.hornetq:hornetq-jms-server:2.3.0.BETA2
|-- io.netty:netty:3.4.5.Final
|-- org.jboss.javaee:jboss-jms-api:1.1.0.GA
|-- org.jboss.naming:jnpserver:5.0.3.GA