is not current version
Last Version 1.0.2

com.hackerrank.applications:junit-ordered-test-runner 1.0.0

An application to provide support for executing tests in the specific order and generate the customized XML report.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.hackerrank.applications
ArtifactId

ArtifactId

junit-ordered-test-runner
Version

Version

1.0.0
Type

Type

jar

Download junit-ordered-test-runner 1.0.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hackerrank.applications/junit-ordered-test-runner/
implementation 'com.hackerrank.applications:junit-ordered-test-runner:1.0.0'
// https://jarcasting.com/artifacts/com.hackerrank.applications/junit-ordered-test-runner/
implementation ("com.hackerrank.applications:junit-ordered-test-runner:1.0.0")
'com.hackerrank.applications:junit-ordered-test-runner:jar:1.0.0'
<dependency org="com.hackerrank.applications" name="junit-ordered-test-runner" rev="1.0.0">
  <artifact name="junit-ordered-test-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hackerrank.applications', module='junit-ordered-test-runner', version='1.0.0')
)
libraryDependencies += "com.hackerrank.applications" % "junit-ordered-test-runner" % "1.0.0"
[com.hackerrank.applications/junit-ordered-test-runner "1.0.0"]