s

servicemix-common

Common library for binding component and service engines
Files download
File Operation
servicemix-common-2009.01.jar download
servicemix-common-2009.01.pom download
servicemix-common-2009.01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-common</artifactId>
  <version>2009.01</version>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-common:2009.01'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-common:2009.01")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-common" % "2009.01"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-common', version='2009.01')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-common" rev="2009.01" />
Leiningen
[org.apache.servicemix/servicemix-common "2009.01"]
Apache Buildr
'org.apache.servicemix:servicemix-common:jar:2009.01'