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