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