Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-examples-timer-log |
Version | Version1.0.0-M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-examples-timer-log/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-examples-timer-log</artifactId>
<version>1.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-examples-timer-log/
implementation 'org.apache.camel.quarkus:camel-quarkus-examples-timer-log:1.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-examples-timer-log/
implementation ("org.apache.camel.quarkus:camel-quarkus-examples-timer-log:1.0.0-M4")
'org.apache.camel.quarkus:camel-quarkus-examples-timer-log:jar:1.0.0-M4'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-examples-timer-log" rev="1.0.0-M4">
<artifact name="camel-quarkus-examples-timer-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-examples-timer-log', version='1.0.0-M4')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-examples-timer-log" % "1.0.0-M4"
[org.apache.camel.quarkus/camel-quarkus-examples-timer-log "1.0.0-M4"]