is not current version
Last Version 3.17.0

org.apache.camel.springboot:camel-quartz-starter 3.11.2

Spring-Boot Starter for Camel Quartz support

Categories

Categories

Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

org.apache.camel.springboot
ArtifactId

ArtifactId

camel-quartz-starter
Version

Version

3.11.2
Type

Type

jar

Download camel-quartz-starter 3.11.2


<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/ -->
<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-quartz-starter</artifactId>
    <version>3.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/
implementation 'org.apache.camel.springboot:camel-quartz-starter:3.11.2'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/
implementation ("org.apache.camel.springboot:camel-quartz-starter:3.11.2")
'org.apache.camel.springboot:camel-quartz-starter:jar:3.11.2'
<dependency org="org.apache.camel.springboot" name="camel-quartz-starter" rev="3.11.2">
  <artifact name="camel-quartz-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-quartz-starter', version='3.11.2')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-quartz-starter" % "3.11.2"
[org.apache.camel.springboot/camel-quartz-starter "3.11.2"]