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