License |
License |
---|---|
Categories |
CategoriesJMH Application Testing & Monitoring Performance analysis |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-rng-jmh |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons RNG JMH
Code for running JMH benchmarks that assess the performance of the generators.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-rng-jmh-1.0.pom | |
commons-rng-jmh-1.0.jar | 74 KB |
commons-rng-jmh-1.0-tests.jar | 8 KB |
commons-rng-jmh-1.0-test-sources.jar | 7 KB |
commons-rng-jmh-1.0-sources.jar | 41 KB |
commons-rng-jmh-1.0-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-jmh/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-jmh</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-jmh/
implementation 'org.apache.commons:commons-rng-jmh:1.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-jmh/
implementation ("org.apache.commons:commons-rng-jmh:1.0")
'org.apache.commons:commons-rng-jmh:jar:1.0'
<dependency org="org.apache.commons" name="commons-rng-jmh" rev="1.0">
<artifact name="commons-rng-jmh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-jmh', version='1.0')
)
libraryDependencies += "org.apache.commons" % "commons-rng-jmh" % "1.0"
[org.apache.commons/commons-rng-jmh "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-rng-simple | jar | 1.0 |
org.openjdk.jmh : jmh-core | jar | 1.13 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |