c

camel-scheduler-starter

Spring-Boot Starter for Camel Scheduler component
文件下载
文件名 操作
camel-scheduler-starter-3.4.2.jar 下载
camel-scheduler-starter-3.4.2.pom 下载
camel-scheduler-starter-3.4.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-scheduler-starter</artifactId>
  <version>3.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:camel-scheduler-starter:3.4.2'
Gradle Kotlin
implementation("org.apache.camel.springboot:camel-scheduler-starter:3.4.2")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "camel-scheduler-starter" % "3.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='camel-scheduler-starter', version='3.4.2')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="camel-scheduler-starter" rev="3.4.2" />
Leiningen
[org.apache.camel.springboot/camel-scheduler-starter "3.4.2"]
Apache Buildr
'org.apache.camel.springboot:camel-scheduler-starter:jar:3.4.2'