is not current version
Last Version 5.0-alpha-3

org.junit.contrib:junit-theories 4.11

JUnit theories runner

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit.contrib
ArtifactId

ArtifactId

junit-theories
Version

Version

4.11
Type

Type

jar

Download junit-theories 4.11


<!-- https://jarcasting.com/artifacts/org.junit.contrib/junit-theories/ -->
<dependency>
    <groupId>org.junit.contrib</groupId>
    <artifactId>junit-theories</artifactId>
    <version>4.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit.contrib/junit-theories/
implementation 'org.junit.contrib:junit-theories:4.11'
// https://jarcasting.com/artifacts/org.junit.contrib/junit-theories/
implementation ("org.junit.contrib:junit-theories:4.11")
'org.junit.contrib:junit-theories:jar:4.11'
<dependency org="org.junit.contrib" name="junit-theories" rev="4.11">
  <artifact name="junit-theories" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit.contrib', module='junit-theories', version='4.11')
)
libraryDependencies += "org.junit.contrib" % "junit-theories" % "4.11"
[org.junit.contrib/junit-theories "4.11"]