License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.hackerrank.applications |
ArtifactId | ArtifactIdjunit-ordered-test-runner |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptioncom.hackerrank.applications:junit-ordered-test-runner
An application to provide support for executing tests in the specific order and generate the customized XML report.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.hackerrank.applications/junit-ordered-test-runner/ -->
<dependency>
<groupId>com.hackerrank.applications</groupId>
<artifactId>junit-ordered-test-runner</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hackerrank.applications/junit-ordered-test-runner/
implementation 'com.hackerrank.applications:junit-ordered-test-runner:1.0.2'
// https://jarcasting.com/artifacts/com.hackerrank.applications/junit-ordered-test-runner/
implementation ("com.hackerrank.applications:junit-ordered-test-runner:1.0.2")
'com.hackerrank.applications:junit-ordered-test-runner:jar:1.0.2'
<dependency org="com.hackerrank.applications" name="junit-ordered-test-runner" rev="1.0.2">
<artifact name="junit-ordered-test-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hackerrank.applications', module='junit-ordered-test-runner', version='1.0.2')
)
libraryDependencies += "com.hackerrank.applications" % "junit-ordered-test-runner" % "1.0.2"
[com.hackerrank.applications/junit-ordered-test-runner "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
commons-lang : commons-lang | jar | 2.6 |
org.jdom : jdom | jar | 1.1 |