File | Operation |
---|---|
switchyard-component-test-parent-2.0.0.Alpha3.pom | download |
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-parent</artifactId>
<version>2.0.0.Alpha3</version>
<type>pom</type>
</dependency>
implementation 'org.switchyard.components:switchyard-component-test-parent:2.0.0.Alpha3'
implementation("org.switchyard.components:switchyard-component-test-parent:2.0.0.Alpha3")
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-parent" % "2.0.0.Alpha3"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-parent', version='2.0.0.Alpha3')
)
<dependency org="org.switchyard.components" name="switchyard-component-test-parent" rev="2.0.0.Alpha3" />