License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-cron |
Version | Version2.1.0 |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Cron :: Runtime
Maven plugins configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camel-quarkus-cron-2.1.0.pom | |
camel-quarkus-cron-2.1.0.jar | 3 KB |
camel-quarkus-cron-2.1.0-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-cron/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cron</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-cron/
implementation 'org.apache.camel.quarkus:camel-quarkus-cron:2.1.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-cron/
implementation ("org.apache.camel.quarkus:camel-quarkus-cron:2.1.0")
'org.apache.camel.quarkus:camel-quarkus-cron:jar:2.1.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-cron" rev="2.1.0">
<artifact name="camel-quarkus-cron" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-cron', version='2.1.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-cron" % "2.1.0"
[org.apache.camel.quarkus/camel-quarkus-cron "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-core | jar | |
org.apache.camel : camel-cron | jar |