s

servicemix-common

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