is not current version
Last Version 1.0.6

org.testifyproject.junit5:junit5 1.0.5

Parent module of Testify's custom JUnit test runners implementations

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.junit5
ArtifactId

ArtifactId

junit5
Version

Version

1.0.5
Type

Type

pom

Download junit5 1.0.5

Filename Size
junit5-1.0.5.pom 2 KB
Browse

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