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.22.2.jar download
camel-platform-http-starter-3.22.2.pom download
camel-platform-http-starter-3.22.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-platform-http-starter</artifactId>
  <version>3.22.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:camel-platform-http-starter:3.22.2'
Gradle Kotlin
implementation("org.apache.camel.springboot:camel-platform-http-starter:3.22.2")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "camel-platform-http-starter" % "3.22.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='camel-platform-http-starter', version='3.22.2')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="camel-platform-http-starter" rev="3.22.2" />
Leiningen
[org.apache.camel.springboot/camel-platform-http-starter "3.22.2"]
Apache Buildr
'org.apache.camel.springboot:camel-platform-http-starter:jar:3.22.2'