org.openjdk.jmh:jmh-core (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-core</artifactId>
	<version>1.23</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.openjdk.jmh:jmh-core:1.23

About this package

The jmh is a Java harness for building, running, and analysing nano/micro/macro benchmarks written in Java and other languages targeting the JVM.

Dependencies

junit:junit
net.sf.jopt-simple:jopt-simple
org.apache.commons:commons-math3
Details
Maven
2026-02-24 13:44:54 +00:00
1
JMH Core
513 KiB
Assets (2)
Versions (1) View all
1.23 2026-02-24