org.openjdk.jmh:jmh-parent (1.23)

Published 2026-02-24 13:44:54 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.openjdk.jmh</groupId>
	<artifactId>jmh-parent</artifactId>
	<version>1.23</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.openjdk.jmh:jmh-parent:1.23

About this package

JMH is the framework for writing and running Java nano/micro/millibenchmarks.
Details
Maven
2026-02-24 13:44:54 +00:00
1
Java Microbenchmark Harness Parent
GNU General Public License (GPL), version 2, with the Classpath exception
11 KiB
Assets (1)
Versions (1) View all
1.23 2026-02-24