MVN

io.github.jaqat : remoterobot

Maven & Gradle

Jan 21, 2020
0 stars

remote-robot · Remote Robot

<dependency>
    <groupId>io.github.jaqat</groupId>
    <artifactId>remoterobot</artifactId>
    <version>client</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jaqat : remoterobot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: client

All Versions

Choose a version of io.github.jaqat : remoterobot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
remoterobot-0.2.2
remoterobot-0.2.1
client
remoterobot-client
remote
remoterobot-remote-robot
commons
remoterobot-commons

How to add a dependency to Maven

Add the following io.github.jaqat : remoterobot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jaqat</groupId>
    <artifactId>remoterobot</artifactId>
    <version>client</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jaqat : remoterobot gradle dependency to your build.gradle file:

implementation 'io.github.jaqat:remoterobot:client'

Gradle Kotlin DSL: Add the following io.github.jaqat : remoterobot gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jaqat:remoterobot:client")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jaqat : remoterobot sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jaqat" % "remoterobot" % "client"

Advertisement