s

switchyard-component-test-parent

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