s

switchyard-components-parent

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