Categories |
CategoriesJava Languages JMH Application Testing & Monitoring Performance analysis |
---|---|
GroupId | GroupIdorg.openjdk.jmh |
ArtifactId | ArtifactIdjmh-core-benchmarks |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
jmh-core-benchmarks-1.3.2.pom | |
jmh-core-benchmarks-1.3.2.jar | 712 KB |
jmh-core-benchmarks-1.3.2-sources.jar | 16 KB |
jmh-core-benchmarks-1.3.2-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjdk.jmh/jmh-core-benchmarks/ -->
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core-benchmarks</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjdk.jmh/jmh-core-benchmarks/
implementation 'org.openjdk.jmh:jmh-core-benchmarks:1.3.2'
// https://jarcasting.com/artifacts/org.openjdk.jmh/jmh-core-benchmarks/
implementation ("org.openjdk.jmh:jmh-core-benchmarks:1.3.2")
'org.openjdk.jmh:jmh-core-benchmarks:jar:1.3.2'
<dependency org="org.openjdk.jmh" name="jmh-core-benchmarks" rev="1.3.2">
<artifact name="jmh-core-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjdk.jmh', module='jmh-core-benchmarks', version='1.3.2')
)
libraryDependencies += "org.openjdk.jmh" % "jmh-core-benchmarks" % "1.3.2"
[org.openjdk.jmh/jmh-core-benchmarks "1.3.2"]