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