MVN

com.slickqa : executioner-commandline-agent

Maven & Gradle

Oct 25, 2016
0 stars

Exectuioner Command Line Agent · An agent for executioner that executes a command line for matching work.

<dependency>
    <groupId>com.slickqa</groupId>
    <artifactId>executioner-commandline-agent</artifactId>
    <version>2.0.0-19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.slickqa : executioner-commandline-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-19

All Versions

Choose a version of com.slickqa : executioner-commandline-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
executioner-commandline-agent-2.0.0-19
executioner-commandline-agent-2.0.0-18
executioner-commandline-agent-2.0.0-17
executioner-commandline-agent-2.0.0-16
executioner-commandline-agent-2.0.0-15
executioner-commandline-agent-2.0.0-14
executioner-commandline-agent-2.0.0-13
executioner-commandline-agent-2.0.0-12
executioner-commandline-agent-2.0.0-11
executioner-commandline-agent-2.0.0-10
executioner-commandline-agent-2.0.0-9
executioner-commandline-agent-2.0.0-8
executioner-commandline-agent-2.0.0-7
executioner-commandline-agent-2.0.0-6
executioner-commandline-agent-2.0.0-5
executioner-commandline-agent-2.0.0-4

How to add a dependency to Maven

Add the following com.slickqa : executioner-commandline-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.slickqa</groupId>
    <artifactId>executioner-commandline-agent</artifactId>
    <version>2.0.0-19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.slickqa : executioner-commandline-agent gradle dependency to your build.gradle file:

implementation 'com.slickqa:executioner-commandline-agent:2.0.0-19'

Gradle Kotlin DSL: Add the following com.slickqa : executioner-commandline-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.slickqa:executioner-commandline-agent:2.0.0-19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.slickqa : executioner-commandline-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.slickqa" % "executioner-commandline-agent" % "2.0.0-19"

Advertisement