License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing CLI User Interface |
GroupId | GroupIdcom.groupon.roboremote.roboremoteclient |
ArtifactId | ArtifactIdjunit |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRoboRemote Client JUnit
This is the junit portion of the desktop side component of RoboRemote
|
Filename | Size |
---|---|
junit-0.4.pom | |
junit-0.4.jar | 6 KB |
junit-0.4-sources.jar | 2 KB |
junit-0.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupon.roboremote.roboremoteclient/junit/ -->
<dependency>
<groupId>com.groupon.roboremote.roboremoteclient</groupId>
<artifactId>junit</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.roboremote.roboremoteclient/junit/
implementation 'com.groupon.roboremote.roboremoteclient:junit:0.4'
// https://jarcasting.com/artifacts/com.groupon.roboremote.roboremoteclient/junit/
implementation ("com.groupon.roboremote.roboremoteclient:junit:0.4")
'com.groupon.roboremote.roboremoteclient:junit:jar:0.4'
<dependency org="com.groupon.roboremote.roboremoteclient" name="junit" rev="0.4">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.roboremote.roboremoteclient', module='junit', version='0.4')
)
libraryDependencies += "com.groupon.roboremote.roboremoteclient" % "junit" % "0.4"
[com.groupon.roboremote.roboremoteclient/junit "0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.groupon.roboremote : roboremoteclient | jar | 0.4 |
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 |
junit : junit | jar | 4.10 |