s

servicemix-common

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