Categories |
CategoriesJUnit Unit Testing CLI User Interface |
---|---|
GroupId | GroupIdcom.groupon.roboremote.roboremoteclient |
ArtifactId | ArtifactIdjunit |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
junit-0.3.pom | |
junit-0.3.jar | 6 KB |
junit-0.3-sources.jar | 2 KB |
junit-0.3-javadoc.jar | 36 KB |
Browse |
<!-- 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"]