Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.hackerrank.applications |
ArtifactId | ArtifactIdjunit-ordered-test-runner |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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"]