s

switchyard-component-test-parent

The parent for SwitchYard component test modules
http://switchyard.org
Files download
File Operation
switchyard-component-test-parent-1.1.0.M4.pom download
Apache Maven
<dependency>
  <groupId>org.switchyard.components</groupId>
  <artifactId>switchyard-component-test-parent</artifactId>
  <version>1.1.0.M4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.switchyard.components:switchyard-component-test-parent:1.1.0.M4'
Gradle Kotlin
implementation("org.switchyard.components:switchyard-component-test-parent:1.1.0.M4")
Scala SBT
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-parent" % "1.1.0.M4"
Groovy Grape
@Grapes(
  @Grab(group='org.switchyard.components', module='switchyard-component-test-parent', version='1.1.0.M4')
)
Apache Ivy
<dependency org="org.switchyard.components" name="switchyard-component-test-parent" rev="1.1.0.M4" />
Leiningen
[org.switchyard.components/switchyard-component-test-parent "1.1.0.M4"]
Apache Buildr
'org.switchyard.components:switchyard-component-test-parent:jar:1.1.0.M4'