is not current version
Last Version 1.0.6

org.testifyproject.junit4:junit4-core 1.0.0

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

1.0.0
Type

Type

jar

Download junit4-core 1.0.0


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