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