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