MVN

com.gocypher.cybench.client : gocypher-cybench-runner

Maven & Gradle

Apr 14, 2022
2 usages
2 stars

gocypher-cybench-runner

<dependency>
    <groupId>com.gocypher.cybench.client</groupId>
    <artifactId>gocypher-cybench-runner</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gocypher.cybench.client : gocypher-cybench-runner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of com.gocypher.cybench.client : gocypher-cybench-runner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
gocypher-cybench-runner-1.3.5
gocypher-cybench-runner-1.3.4
gocypher-cybench-runner-1.3.3
gocypher-cybench-runner-1.3.2
gocypher-cybench-runner-1.3.1
gocypher-cybench-runner-1.3.0
1.2.x
gocypher-cybench-runner-1.2.1
gocypher-cybench-runner-1.2.0
1.1.x
gocypher-cybench-runner-1.1.0
1.0.x
gocypher-cybench-runner-1.0.0

How to add a dependency to Maven

Add the following com.gocypher.cybench.client : gocypher-cybench-runner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gocypher.cybench.client</groupId>
    <artifactId>gocypher-cybench-runner</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gocypher.cybench.client : gocypher-cybench-runner gradle dependency to your build.gradle file:

implementation 'com.gocypher.cybench.client:gocypher-cybench-runner:1.3.5'

Gradle Kotlin DSL: Add the following com.gocypher.cybench.client : gocypher-cybench-runner gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gocypher.cybench.client:gocypher-cybench-runner:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gocypher.cybench.client : gocypher-cybench-runner sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gocypher.cybench.client" % "gocypher-cybench-runner" % "1.3.5"