<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-amqp</artifactId>
<version>2.0.1.redhat-621169</version>
</dependency>
implementation 'org.switchyard.components:switchyard-component-test-mixin-amqp:2.0.1.redhat-621169'
implementation("org.switchyard.components:switchyard-component-test-mixin-amqp:2.0.1.redhat-621169")
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-mixin-amqp" % "2.0.1.redhat-621169"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-mixin-amqp', version='2.0.1.redhat-621169')
)
<dependency org="org.switchyard.components" name="switchyard-component-test-mixin-amqp" rev="2.0.1.redhat-621169" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-test-parent</artifactId> <version>2.0.1.redhat-621169</version> </parent>
compile
|-- org.switchyard:switchyard-api
|-- org.switchyard.components:switchyard-component-test-mixin-naming
|-- org.apache.qpid:qpid-client