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