MVN

org.openjdk.jmh : jmh-core-ct

Maven & Gradle

Aug 03, 2023
1 usages

JMH Core Compilation Tests

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

Latest Version

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

  • Latest Stable: 1.37

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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