c

camel-observation-starter

Spring-Boot Starter for Camel Support for Micrometer Observation
Files download
File Operation
camel-observation-starter-4.6.0.jar download
camel-observation-starter-4.6.0.pom download
camel-observation-starter-4.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-observation-starter</artifactId>
  <version>4.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:camel-observation-starter:4.6.0'
Gradle Kotlin
implementation("org.apache.camel.springboot:camel-observation-starter:4.6.0")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "camel-observation-starter" % "4.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='camel-observation-starter', version='4.6.0')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="camel-observation-starter" rev="4.6.0" />
Leiningen
[org.apache.camel.springboot/camel-observation-starter "4.6.0"]
Apache Buildr
'org.apache.camel.springboot:camel-observation-starter:jar:4.6.0'