License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.gocypher.cybench.client |
ArtifactId | ArtifactIdgocypher-cybench-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptiongocypher-cybench-core
CyBench Launcher is a Java module designed to execute JMH benchmarks, collect results, add environment properties , build
report and store it into external repository for further analysis.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.gocypher.cybench.client/gocypher-cybench-core/ -->
<dependency>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gocypher.cybench.client/gocypher-cybench-core/
implementation 'com.gocypher.cybench.client:gocypher-cybench-core:1.0.0'
// https://jarcasting.com/artifacts/com.gocypher.cybench.client/gocypher-cybench-core/
implementation ("com.gocypher.cybench.client:gocypher-cybench-core:1.0.0")
'com.gocypher.cybench.client:gocypher-cybench-core:jar:1.0.0'
<dependency org="com.gocypher.cybench.client" name="gocypher-cybench-core" rev="1.0.0">
<artifact name="gocypher-cybench-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gocypher.cybench.client', module='gocypher-cybench-core', version='1.0.0')
)
libraryDependencies += "com.gocypher.cybench.client" % "gocypher-cybench-core" % "1.0.0"
[com.gocypher.cybench.client/gocypher-cybench-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
org.apache.httpcomponents : httpclient | jar | 4.5.10 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.gocypher.cybench.client : gocypher-cybench-annotations | jar | 1.0.0 |
org.apache.bcel : bcel | jar | 6.5.0 |
org.openjdk.jmh : jmh-core | jar | 1.26 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |