MVN

org.kaazing : robot.cli

Maven & Gradle

Oct 02, 2014
47 stars

robot/cli · Robot cli

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>robot.cli</artifactId>
    <version>1.4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kaazing : robot.cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0.1

All Versions

Choose a version of org.kaazing : robot.cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
robot.cli-1.4.0.1
1.3.x
robot.cli-1.3.0.2
robot.cli-1.3.0.1
robot.cli-1.3.0.0
0.0.x
robot.cli-0.0.0.13
robot.cli-0.0.0.12
robot.cli-0.0.0.11
robot.cli-0.0.0.10
robot.cli-0.0.0.9
robot.cli-0.0.0.8
robot.cli-0.0.0.7
robot.cli-0.0.0.6
robot.cli-0.0.0.5
robot.cli-0.0.0.4
robot.cli-0.0.0.3
robot.cli-0.0.0.2

How to add a dependency to Maven

Add the following org.kaazing : robot.cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>robot.cli</artifactId>
    <version>1.4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kaazing : robot.cli gradle dependency to your build.gradle file:

implementation 'org.kaazing:robot.cli:1.4.0.1'

Gradle Kotlin DSL: Add the following org.kaazing : robot.cli gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kaazing:robot.cli:1.4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kaazing : robot.cli sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kaazing" % "robot.cli" % "1.4.0.1"

Advertisement