is not current version
Last Version 0.1.4

com.github.biboudis:jmh-profilers 0.1.3

Pluggable profilers for JMH that are discovered through SPI (for JMH >= 1.2) when the profiler is present in the classpath.

Categories

Categories

JMH Application Testing & Monitoring Performance analysis
GroupId

GroupId

com.github.biboudis
ArtifactId

ArtifactId

jmh-profilers
Version

Version

0.1.3
Type

Type

jar

Download jmh-profilers 0.1.3


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