<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-naming</artifactId>
<version>2.0.1.redhat-621177</version>
</dependency>
implementation 'org.switchyard.components:switchyard-component-test-mixin-naming:2.0.1.redhat-621177'
implementation("org.switchyard.components:switchyard-component-test-mixin-naming:2.0.1.redhat-621177")
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-mixin-naming" % "2.0.1.redhat-621177"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-mixin-naming', version='2.0.1.redhat-621177')
)
<dependency org="org.switchyard.components" name="switchyard-component-test-mixin-naming" rev="2.0.1.redhat-621177" />