<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-hornetq</artifactId>
<version>0.8.0.Final</version>
</dependency>
implementation 'org.switchyard.components:switchyard-component-test-mixin-hornetq:0.8.0.Final'
implementation("org.switchyard.components:switchyard-component-test-mixin-hornetq:0.8.0.Final")
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-mixin-hornetq" % "0.8.0.Final"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-mixin-hornetq', version='0.8.0.Final')
)
<dependency org="org.switchyard.components" name="switchyard-component-test-mixin-hornetq" rev="0.8.0.Final" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-test-parent</artifactId> <version>0.8.0.Final</version> </parent>
compile
|-- org.switchyard.components:switchyard-component-test-mixin-naming
|-- javax.jms:jms
|-- org.hornetq:hornetq-core-client