j

junit5-core

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