c

components-pom

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