License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.binarytweed |
ArtifactId | ArtifactIdquarantining-test-runner |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.binarytweed:quarantining-test-runner
JUnit Runner that loads specified classes in a separate ClassLoader
|
<!-- https://jarcasting.com/artifacts/com.binarytweed/quarantining-test-runner/ -->
<dependency>
<groupId>com.binarytweed</groupId>
<artifactId>quarantining-test-runner</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.binarytweed/quarantining-test-runner/
implementation 'com.binarytweed:quarantining-test-runner:0.0.3'
// https://jarcasting.com/artifacts/com.binarytweed/quarantining-test-runner/
implementation ("com.binarytweed:quarantining-test-runner:0.0.3")
'com.binarytweed:quarantining-test-runner:jar:0.0.3'
<dependency org="com.binarytweed" name="quarantining-test-runner" rev="0.0.3">
<artifact name="quarantining-test-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.binarytweed', module='quarantining-test-runner', version='0.0.3')
)
libraryDependencies += "com.binarytweed" % "quarantining-test-runner" % "0.0.3"
[com.binarytweed/quarantining-test-runner "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-api | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |