SeedStack JMH add-on
Official add-on for JMH micro-benchmarks.
Copyright and license
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.
License |
License |
---|---|
Categories |
CategoriesJMH Application Testing & Monitoring Performance analysis |
GroupId | GroupIdorg.seedstack.addons.jmh |
ArtifactId | ArtifactIdjmh-core |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe lean development stack
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jmh-core-1.0.2.pom | |
jmh-core-1.0.2.jar | 16 KB |
jmh-core-1.0.2-sources.jar | 9 KB |
jmh-core-1.0.2-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.jmh/jmh-core/ -->
<dependency>
<groupId>org.seedstack.addons.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.jmh/jmh-core/
implementation 'org.seedstack.addons.jmh:jmh-core:1.0.2'
// https://jarcasting.com/artifacts/org.seedstack.addons.jmh/jmh-core/
implementation ("org.seedstack.addons.jmh:jmh-core:1.0.2")
'org.seedstack.addons.jmh:jmh-core:jar:1.0.2'
<dependency org="org.seedstack.addons.jmh" name="jmh-core" rev="1.0.2">
<artifact name="jmh-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.jmh', module='jmh-core', version='1.0.2')
)
libraryDependencies += "org.seedstack.addons.jmh" % "jmh-core" % "1.0.2"
[org.seedstack.addons.jmh/jmh-core "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.seedstack.seed : seed-core | jar | 3.3.0 |
org.openjdk.jmh : jmh-core | jar | 1.18 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.18 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.seedstack.seed : seed-testing | jar | 3.3.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Official add-on for JMH micro-benchmarks.
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.