s

switchyard-common

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