is not current version
Last Version 1.7.1

org.junit-pioneer:junit-pioneer 0.5.3

JUnit 5 Extension Pack

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit-pioneer
ArtifactId

ArtifactId

junit-pioneer
Version

Version

0.5.3
Type

Type

jar

Download junit-pioneer 0.5.3


<!-- https://jarcasting.com/artifacts/org.junit-pioneer/junit-pioneer/ -->
<dependency>
    <groupId>org.junit-pioneer</groupId>
    <artifactId>junit-pioneer</artifactId>
    <version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit-pioneer/junit-pioneer/
implementation 'org.junit-pioneer:junit-pioneer:0.5.3'
// https://jarcasting.com/artifacts/org.junit-pioneer/junit-pioneer/
implementation ("org.junit-pioneer:junit-pioneer:0.5.3")
'org.junit-pioneer:junit-pioneer:jar:0.5.3'
<dependency org="org.junit-pioneer" name="junit-pioneer" rev="0.5.3">
  <artifact name="junit-pioneer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit-pioneer', module='junit-pioneer', version='0.5.3')
)
libraryDependencies += "org.junit-pioneer" % "junit-pioneer" % "0.5.3"
[org.junit-pioneer/junit-pioneer "0.5.3"]