c

camel-stub-starter

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