| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.groupon.roboremote |
| ArtifactId | ArtifactIdroboremoteclient |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRoboRemote Client
This is the desktop side component of RoboRemote
|
| Filename | Size |
|---|---|
| roboremoteclient-0.4.pom | |
| roboremoteclient-0.4.jar | 43 KB |
| roboremoteclient-0.4-sources.jar | 37 KB |
| roboremoteclient-0.4-javadoc.jar | 138 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.groupon.roboremote/roboremoteclient/ -->
<dependency>
<groupId>com.groupon.roboremote</groupId>
<artifactId>roboremoteclient</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.roboremote/roboremoteclient/
implementation 'com.groupon.roboremote:roboremoteclient:0.4'
// https://jarcasting.com/artifacts/com.groupon.roboremote/roboremoteclient/
implementation ("com.groupon.roboremote:roboremoteclient:0.4")
'com.groupon.roboremote:roboremoteclient:jar:0.4'
<dependency org="com.groupon.roboremote" name="roboremoteclient" rev="0.4">
<artifact name="roboremoteclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.roboremote', module='roboremoteclient', version='0.4')
)
libraryDependencies += "com.groupon.roboremote" % "roboremoteclient" % "0.4"
[com.groupon.roboremote/roboremoteclient "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| org.apache.httpcomponents : httpclient | jar | 4.1.1 |
| org.json : json | jar | 20090211 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| ch.qos.logback : logback-core | jar | 0.9.29 |
| ch.qos.logback : logback-classic | jar | 0.9.29 |
| ch.qos.logback : logback-examples | jar | 0.9.29 |
| com.google.android.tools : ddmlib | jar | r13 |
| com.google.guava : guava | jar | 13.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |