c

camel-timer-starter

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