is not current version
Last Version 1.7.1

org.junit-pioneer:junit-pioneer 1.3.8

JUnit 5 Extension Pack

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit-pioneer
ArtifactId

ArtifactId

junit-pioneer
Version

Version

1.3.8
Type

Type

jar

Download junit-pioneer 1.3.8


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