MVN

org.openjdk.jmh : jmh-core-it

Maven & Gradle

Aug 03, 2023
1 usages

JMH Core Integration Tests

<dependency>
    <groupId>org.openjdk.jmh</groupId>
    <artifactId>jmh-core-it</artifactId>
    <version>1.37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openjdk.jmh : jmh-core-it to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.37

All Versions

Choose a version of org.openjdk.jmh : jmh-core-it to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.37
jmh-core-it-1.37
1.36
jmh-core-it-1.36
1.35
jmh-core-it-1.35
1.34
jmh-core-it-1.34
1.33
jmh-core-it-1.33
1.32
jmh-core-it-1.32
1.31
jmh-core-it-1.31
1.30
jmh-core-it-1.30
1.29
jmh-core-it-1.29
1.28
jmh-core-it-1.28
1.27
jmh-core-it-1.27
1.26
jmh-core-it-1.26
1.25.x
jmh-core-it-1.25.2
jmh-core-it-1.25.1
1.25
jmh-core-it-1.25
1.24
jmh-core-it-1.24
1.23
jmh-core-it-1.23
1.22
jmh-core-it-1.22
1.21
jmh-core-it-1.21
1.20
jmh-core-it-1.20
1.19
jmh-core-it-1.19
1.18
jmh-core-it-1.18
1.17.x
jmh-core-it-1.17.5
jmh-core-it-1.17.4
jmh-core-it-1.17.3
jmh-core-it-1.17.2
jmh-core-it-1.17.1
1.17
jmh-core-it-1.17
1.16
jmh-core-it-1.16
1.15
jmh-core-it-1.15
1.14.x
jmh-core-it-1.14.1
1.14
jmh-core-it-1.14
1.13
jmh-core-it-1.13
1.12
jmh-core-it-1.12
1.11.x
jmh-core-it-1.11.3
jmh-core-it-1.11.2
jmh-core-it-1.11.1
1.11
jmh-core-it-1.11
1.10.x
jmh-core-it-1.10.5
jmh-core-it-1.10.4
jmh-core-it-1.10.3
jmh-core-it-1.10.2
jmh-core-it-1.10.1
1.10
jmh-core-it-1.10
1.9.x
jmh-core-it-1.9.3
jmh-core-it-1.9.2
jmh-core-it-1.9.1
1.9
jmh-core-it-1.9
1.8
jmh-core-it-1.8
1.7.x
jmh-core-it-1.7.1
1.7
jmh-core-it-1.7
1.6.x
jmh-core-it-1.6.3
jmh-core-it-1.6.2
jmh-core-it-1.6.1
1.6
jmh-core-it-1.6
1.5.x
jmh-core-it-1.5.2
jmh-core-it-1.5.1
1.5
jmh-core-it-1.5
1.4.x
jmh-core-it-1.4.2
jmh-core-it-1.4.1
1.4
jmh-core-it-1.4
1.3.x
jmh-core-it-1.3.4
jmh-core-it-1.3.3
jmh-core-it-1.3.2
jmh-core-it-1.3.1
1.3
jmh-core-it-1.3
1.2
jmh-core-it-1.2
1.1.x
jmh-core-it-1.1.1
1.1
jmh-core-it-1.1
1.0.x
jmh-core-it-1.0.1
1.0
jmh-core-it-1.0
0.9.x
jmh-core-it-0.9.8
jmh-core-it-0.9.7
jmh-core-it-0.9.6
jmh-core-it-0.9.5
jmh-core-it-0.9.4
jmh-core-it-0.9.3
jmh-core-it-0.9.2
jmh-core-it-0.9.1
0.9
jmh-core-it-0.9
0.8
jmh-core-it-0.8
0.7.x
jmh-core-it-0.7.3
jmh-core-it-0.7.2
jmh-core-it-0.7.1
0.7
jmh-core-it-0.7
0.6
jmh-core-it-0.6
0.5.x
jmh-core-it-0.5.7
jmh-core-it-0.5.6
jmh-core-it-0.5.5
jmh-core-it-0.5.4
jmh-core-it-0.5.3
jmh-core-it-0.5.2
0.5
jmh-core-it-0.5
0.4.x
jmh-core-it-0.4.2
jmh-core-it-0.4.1
0.4
jmh-core-it-0.4
0.3.x
jmh-core-it-0.3.2
jmh-core-it-0.3.1
0.3
jmh-core-it-0.3
0.2.x
jmh-core-it-0.2.1
0.2
jmh-core-it-0.2
0.1
jmh-core-it-0.1

How to add a dependency to Maven

Add the following org.openjdk.jmh : jmh-core-it maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openjdk.jmh</groupId>
    <artifactId>jmh-core-it</artifactId>
    <version>1.37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openjdk.jmh : jmh-core-it gradle dependency to your build.gradle file:

implementation 'org.openjdk.jmh:jmh-core-it:1.37'

Gradle Kotlin DSL: Add the following org.openjdk.jmh : jmh-core-it gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openjdk.jmh:jmh-core-it:1.37")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openjdk.jmh : jmh-core-it sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openjdk.jmh" % "jmh-core-it" % "1.37"