c

components-pom

This pom provides the common bits for all ServiceMix components, as well as providing a reactor build for those components.
文件下载
文件名 操作
components-pom-1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>components-pom</artifactId>
  <version>1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:components-pom:1'
Gradle Kotlin
implementation("org.apache.servicemix:components-pom:1")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "components-pom" % "1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='components-pom', version='1')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="components-pom" rev="1" />
Leiningen
[org.apache.servicemix/components-pom "1"]
Apache Buildr
'org.apache.servicemix:components-pom:jar:1'