s

servicemix-http

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