Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.groupon.roboremote |
ArtifactId | ArtifactIdroboremoteclient |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
roboremoteclient-0.2.pom | |
roboremoteclient-0.2.jar | 43 KB |
roboremoteclient-0.2-sources.jar | 37 KB |
roboremoteclient-0.2-javadoc.jar | 138 KB |
Browse |
<!-- 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"]