j

junit4-core

A module that contains base Testify JUnit 4 TestRunner implementation and a JUnit test runner for running unit tests
Files download
File Operation
junit4-core-1.0.6.jar download
junit4-core-1.0.6.pom download
junit4-core-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.testifyproject.junit4</groupId>
  <artifactId>junit4-core</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.testifyproject.junit4:junit4-core:1.0.6'
Gradle Kotlin
implementation("org.testifyproject.junit4:junit4-core:1.0.6")
Scala SBT
libraryDependencies += "org.testifyproject.junit4" % "junit4-core" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.testifyproject.junit4', module='junit4-core', version='1.0.6')
)
Apache Ivy
<dependency org="org.testifyproject.junit4" name="junit4-core" rev="1.0.6" />
Leiningen
[org.testifyproject.junit4/junit4-core "1.0.6"]
Apache Buildr
'org.testifyproject.junit4:junit4-core:jar:1.0.6'