MVN

org.kaazing : robot.all

Maven & Gradle

Oct 20, 2014
47 stars

robot/all · Robot lang

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

Latest Version

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

  • Latest Stable: 1.4.0.1
  • Latest Alpha: 2.0.0-alpha-3

All Versions

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

Version Vulnerabilities Updated
2.0.x
robot.all-2.0.0-alpha-3
robot.all-2.0.0-alpha-2
robot.all-2.0.0-alpha-1
1.4.x
robot.all-1.4.0.1
1.3.x
robot.all-1.3.0.2
robot.all-1.3.0.1
robot.all-1.3.0.0
0.0.x
robot.all-0.0.0.13
robot.all-0.0.0.12
robot.all-0.0.0.11
robot.all-0.0.0.10
robot.all-0.0.0.9
robot.all-0.0.0.8
robot.all-0.0.0.7
robot.all-0.0.0.6
robot.all-0.0.0.5
robot.all-0.0.0.4
robot.all-0.0.0.3
robot.all-0.0.0.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement