Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-metrics |
Version | Version3.0.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
camel-metrics-3.0.0-M2.pom | |
camel-metrics-3.0.0-M2.jar | 53 KB |
camel-metrics-3.0.0-M2-sources.jar | 40 KB |
camel-metrics-3.0.0-M2-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-metrics/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-metrics</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-metrics/
implementation 'org.apache.camel:camel-metrics:3.0.0-M2'
// https://jarcasting.com/artifacts/org.apache.camel/camel-metrics/
implementation ("org.apache.camel:camel-metrics:3.0.0-M2")
'org.apache.camel:camel-metrics:jar:3.0.0-M2'
<dependency org="org.apache.camel" name="camel-metrics" rev="3.0.0-M2">
<artifact name="camel-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-metrics', version='3.0.0-M2')
)
libraryDependencies += "org.apache.camel" % "camel-metrics" % "3.0.0-M2"
[org.apache.camel/camel-metrics "3.0.0-M2"]