License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.ruediste.remoteJUnit |
ArtifactId | ArtifactIdremoteJUnit-parent |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionlibrary to run code in remote JVMs
|
Project URL |
Project URL |
Filename | Size |
---|---|
remoteJUnit-parent-1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruediste.remoteJUnit/remoteJUnit-parent/ -->
<dependency>
<groupId>com.github.ruediste.remoteJUnit</groupId>
<artifactId>remoteJUnit-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste.remoteJUnit/remoteJUnit-parent/
implementation 'com.github.ruediste.remoteJUnit:remoteJUnit-parent:1.1'
// https://jarcasting.com/artifacts/com.github.ruediste.remoteJUnit/remoteJUnit-parent/
implementation ("com.github.ruediste.remoteJUnit:remoteJUnit-parent:1.1")
'com.github.ruediste.remoteJUnit:remoteJUnit-parent:pom:1.1'
<dependency org="com.github.ruediste.remoteJUnit" name="remoteJUnit-parent" rev="1.1">
<artifact name="remoteJUnit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste.remoteJUnit', module='remoteJUnit-parent', version='1.1')
)
libraryDependencies += "com.github.ruediste.remoteJUnit" % "remoteJUnit-parent" % "1.1"
[com.github.ruediste.remoteJUnit/remoteJUnit-parent "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |