s

servicemix-http

HTTP Binding Component
Files download
File Operation
servicemix-http-2010.01.jar download
servicemix-http-2010.01.pom download
servicemix-http-2010.01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-http</artifactId>
  <version>2010.01</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-http:2010.01'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-http:2010.01")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-http" % "2010.01"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-http', version='2010.01')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-http" rev="2010.01" />
Leiningen
[org.apache.servicemix/servicemix-http "2010.01"]
Apache Buildr
'org.apache.servicemix:servicemix-http:jar:2010.01'