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