is not current version
Last Version 0.4

com.groupon.roboremote:roboremoteclient 0.2

This is the desktop side component of RoboRemote

Categories

Categories

CLI User Interface
GroupId

GroupId

com.groupon.roboremote
ArtifactId

ArtifactId

roboremoteclient
Version

Version

0.2
Type

Type

jar

Download roboremoteclient 0.2


<!-- https://jarcasting.com/artifacts/com.groupon.roboremote/roboremoteclient/ -->
<dependency>
    <groupId>com.groupon.roboremote</groupId>
    <artifactId>roboremoteclient</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.roboremote/roboremoteclient/
implementation 'com.groupon.roboremote:roboremoteclient:0.2'
// https://jarcasting.com/artifacts/com.groupon.roboremote/roboremoteclient/
implementation ("com.groupon.roboremote:roboremoteclient:0.2")
'com.groupon.roboremote:roboremoteclient:jar:0.2'
<dependency org="com.groupon.roboremote" name="roboremoteclient" rev="0.2">
  <artifact name="roboremoteclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.roboremote', module='roboremoteclient', version='0.2')
)
libraryDependencies += "com.groupon.roboremote" % "roboremoteclient" % "0.2"
[com.groupon.roboremote/roboremoteclient "0.2"]