is not current version
Last Version 1.0.6

org.testifyproject.junit4:junit4-core 0.9.7

A module that contains base Testify JUnit 4 TestRunner implementation and a JUnit test runner for running unit tests

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.junit4
ArtifactId

ArtifactId

junit4-core
Version

Version

0.9.7
Type

Type

jar

Download junit4-core 0.9.7


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