c

camel-stub-starter

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