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 |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe lean development stack
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmh-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.jmh/jmh/ -->
<dependency>
<groupId>org.seedstack.addons.jmh</groupId>
<artifactId>jmh</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.jmh/jmh/
implementation 'org.seedstack.addons.jmh:jmh:1.0.2'
// https://jarcasting.com/artifacts/org.seedstack.addons.jmh/jmh/
implementation ("org.seedstack.addons.jmh:jmh:1.0.2")
'org.seedstack.addons.jmh:jmh:pom:1.0.2'
<dependency org="org.seedstack.addons.jmh" name="jmh" rev="1.0.2">
<artifact name="jmh" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.jmh', module='jmh', version='1.0.2')
)
libraryDependencies += "org.seedstack.addons.jmh" % "jmh" % "1.0.2"
[org.seedstack.addons.jmh/jmh "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1 |
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.