is not current version
Last Version 1.0.6

org.testifyproject.junit4:junit4-core 0.9.6

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.6
Type

Type

jar

Download junit4-core 0.9.6


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