c

camel-platform-http-starter

Spring-Boot Starter for An HTTP service leveraging the given platform's (SB, Quarkus, WildFly, ...) default HTTP server
Files download
File Operation
camel-platform-http-starter-3.20.8.jar download
camel-platform-http-starter-3.20.8.pom download
camel-platform-http-starter-3.20.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-platform-http-starter</artifactId>
  <version>3.20.8</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:camel-platform-http-starter:3.20.8'
Gradle Kotlin
implementation("org.apache.camel.springboot:camel-platform-http-starter:3.20.8")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "camel-platform-http-starter" % "3.20.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='camel-platform-http-starter', version='3.20.8')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="camel-platform-http-starter" rev="3.20.8" />
Leiningen
[org.apache.camel.springboot/camel-platform-http-starter "3.20.8"]
Apache Buildr
'org.apache.camel.springboot:camel-platform-http-starter:jar:3.20.8'