is not current version
Last Version 1.0.6

org.testifyproject.junit4:junit4 0.9.5

Parent module of Testify's custom JUnit test runners implementations

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.junit4
ArtifactId

ArtifactId

junit4
Version

Version

0.9.5
Type

Type

pom

Download junit4 0.9.5

Filename Size
junit4-0.9.5.pom 1 KB
Browse

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