s

switchyard-common

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