s

switchyard-components-parent

SwitchYard: Components
http://switchyard.org
JBoss by Red Hat
文件下载
文件名 操作
switchyard-components-parent-2.0.1.redhat-621159.pom 下载
Apache Maven
<dependency>
  <groupId>org.switchyard.components</groupId>
  <artifactId>switchyard-components-parent</artifactId>
  <version>2.0.1.redhat-621159</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.switchyard.components:switchyard-components-parent:2.0.1.redhat-621159'
Gradle Kotlin
implementation("org.switchyard.components:switchyard-components-parent:2.0.1.redhat-621159")
Scala SBT
libraryDependencies += "org.switchyard.components" % "switchyard-components-parent" % "2.0.1.redhat-621159"
Groovy Grape
@Grapes(
  @Grab(group='org.switchyard.components', module='switchyard-components-parent', version='2.0.1.redhat-621159')
)
Apache Ivy
<dependency org="org.switchyard.components" name="switchyard-components-parent" rev="2.0.1.redhat-621159" />
Leiningen
[org.switchyard.components/switchyard-components-parent "2.0.1.redhat-621159"]
Apache Buildr
'org.switchyard.components:switchyard-components-parent:jar:2.0.1.redhat-621159'