is not current version
Last Version 0.4

com.groupon.roboremote.roboremoteclient:junit 0.3

This is the junit portion of the desktop side component of RoboRemote

Categories

Categories

JUnit Unit Testing CLI User Interface
GroupId

GroupId

com.groupon.roboremote.roboremoteclient
ArtifactId

ArtifactId

junit
Version

Version

0.3
Type

Type

jar

Download junit 0.3


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