Categories |
CategoriesJUnit Unit Testing CLI User Interface |
---|---|
GroupId | GroupIdcom.github.ruediste.remoteJUnit |
ArtifactId | ArtifactIdremoteJUnit-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
remoteJUnit-client-1.0.pom | |
remoteJUnit-client-1.0.jar | 24 KB |
remoteJUnit-client-1.0-sources.jar | 31 KB |
remoteJUnit-client-1.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruediste.remoteJUnit/remoteJUnit-client/ -->
<dependency>
<groupId>com.github.ruediste.remoteJUnit</groupId>
<artifactId>remoteJUnit-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste.remoteJUnit/remoteJUnit-client/
implementation 'com.github.ruediste.remoteJUnit:remoteJUnit-client:1.0'
// https://jarcasting.com/artifacts/com.github.ruediste.remoteJUnit/remoteJUnit-client/
implementation ("com.github.ruediste.remoteJUnit:remoteJUnit-client:1.0")
'com.github.ruediste.remoteJUnit:remoteJUnit-client:jar:1.0'
<dependency org="com.github.ruediste.remoteJUnit" name="remoteJUnit-client" rev="1.0">
<artifact name="remoteJUnit-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste.remoteJUnit', module='remoteJUnit-client', version='1.0')
)
libraryDependencies += "com.github.ruediste.remoteJUnit" % "remoteJUnit-client" % "1.0"
[com.github.ruediste.remoteJUnit/remoteJUnit-client "1.0"]