c

camel-resteasy-starter

Spring-Boot Starter for Camel Resteasy Support
Files download
File Operation
camel-resteasy-starter-3.17.0.jar download
camel-resteasy-starter-3.17.0.pom download
camel-resteasy-starter-3.17.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-resteasy-starter</artifactId>
  <version>3.17.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:camel-resteasy-starter:3.17.0'
Gradle Kotlin
implementation("org.apache.camel.springboot:camel-resteasy-starter:3.17.0")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "camel-resteasy-starter" % "3.17.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='camel-resteasy-starter', version='3.17.0')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="camel-resteasy-starter" rev="3.17.0" />
Leiningen
[org.apache.camel.springboot/camel-resteasy-starter "3.17.0"]
Apache Buildr
'org.apache.camel.springboot:camel-resteasy-starter:jar:3.17.0'