s

switchyard-parent

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