Files download
File Operation
junit-core-0.0.8.jar download
junit-core-0.0.8.pom download
junit-core-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fitbur.testify.junit</groupId>
  <artifactId>junit-core</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.fitbur.testify.junit:junit-core:0.0.8'
Gradle Kotlin
implementation("com.fitbur.testify.junit:junit-core:0.0.8")
Scala SBT
libraryDependencies += "com.fitbur.testify.junit" % "junit-core" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.fitbur.testify.junit', module='junit-core', version='0.0.8')
)
Apache Ivy
<dependency org="com.fitbur.testify.junit" name="junit-core" rev="0.0.8" />
Leiningen
[com.fitbur.testify.junit/junit-core "0.0.8"]
Apache Buildr
'com.fitbur.testify.junit:junit-core:jar:0.0.8'