Categories |
CategoriesJMH Application Testing & Monitoring Performance analysis |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-jmh |
Version | Version2.24.1 |
Type | Typejar |
Filename | Size |
---|---|
camel-jmh-2.24.1.pom | |
camel-jmh-2.24.1.jar | 7 KB |
camel-jmh-2.24.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jmh/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jmh</artifactId>
<version>2.24.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jmh/
implementation 'org.apache.camel:camel-jmh:2.24.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jmh/
implementation ("org.apache.camel:camel-jmh:2.24.1")
'org.apache.camel:camel-jmh:jar:2.24.1'
<dependency org="org.apache.camel" name="camel-jmh" rev="2.24.1">
<artifact name="camel-jmh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jmh', version='2.24.1')
)
libraryDependencies += "org.apache.camel" % "camel-jmh" % "2.24.1"
[org.apache.camel/camel-jmh "2.24.1"]