is not current version
Last Version 0.4.2

org.openjdk.jmh:jmh-simple-benchmark-archetype 0.1

This is the sample JMH benchmark archetype.

Categories

Categories

Java Languages JMH Application Testing & Monitoring Performance analysis
GroupId

GroupId

org.openjdk.jmh
ArtifactId

ArtifactId

jmh-simple-benchmark-archetype
Version

Version

0.1
Type

Type

jar

Download jmh-simple-benchmark-archetype 0.1


<!-- https://jarcasting.com/artifacts/org.openjdk.jmh/jmh-simple-benchmark-archetype/ -->
<dependency>
    <groupId>org.openjdk.jmh</groupId>
    <artifactId>jmh-simple-benchmark-archetype</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjdk.jmh/jmh-simple-benchmark-archetype/
implementation 'org.openjdk.jmh:jmh-simple-benchmark-archetype:0.1'
// https://jarcasting.com/artifacts/org.openjdk.jmh/jmh-simple-benchmark-archetype/
implementation ("org.openjdk.jmh:jmh-simple-benchmark-archetype:0.1")
'org.openjdk.jmh:jmh-simple-benchmark-archetype:jar:0.1'
<dependency org="org.openjdk.jmh" name="jmh-simple-benchmark-archetype" rev="0.1">
  <artifact name="jmh-simple-benchmark-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjdk.jmh', module='jmh-simple-benchmark-archetype', version='0.1')
)
libraryDependencies += "org.openjdk.jmh" % "jmh-simple-benchmark-archetype" % "0.1"
[org.openjdk.jmh/jmh-simple-benchmark-archetype "0.1"]