License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.gocypher.cybench.launcher.plugin |
ArtifactId | ArtifactIdcybench-launcher-gradle-plugin |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncybench-launcher-gradle-plugin
Gradle plugin designed to execute JMH benchmarks, collect results, add environment properties, build report and store it into external repository for further analysis.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin/ -->
<dependency>
<groupId>com.gocypher.cybench.launcher.plugin</groupId>
<artifactId>cybench-launcher-gradle-plugin</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin/
implementation 'com.gocypher.cybench.launcher.plugin:cybench-launcher-gradle-plugin:1.0.3'
// https://jarcasting.com/artifacts/com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin/
implementation ("com.gocypher.cybench.launcher.plugin:cybench-launcher-gradle-plugin:1.0.3")
'com.gocypher.cybench.launcher.plugin:cybench-launcher-gradle-plugin:jar:1.0.3'
<dependency org="com.gocypher.cybench.launcher.plugin" name="cybench-launcher-gradle-plugin" rev="1.0.3">
<artifact name="cybench-launcher-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gocypher.cybench.launcher.plugin', module='cybench-launcher-gradle-plugin', version='1.0.3')
)
libraryDependencies += "com.gocypher.cybench.launcher.plugin" % "cybench-launcher-gradle-plugin" % "1.0.3"
[com.gocypher.cybench.launcher.plugin/cybench-launcher-gradle-plugin "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
com.jcabi : jcabi-manifests | jar | 1.1 |
com.github.oshi : oshi-core | jar | 6.1.0 |
org.jhardware : jHardware | jar | 0.8.6 |
com.gocypher.cybench.client : gocypher-cybench-runner | jar | 1.3.1 |
com.gocypher.cybench.client : gocypher-cybench-annotations | jar | 1.3.1 |
org.reflections : reflections | jar | 0.10.2 |
org.twdata.maven : mojo-executor | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jmh : jmh-core | jar | 1.34 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |