is not current version
Last Version 5.0-alpha-3

org.junit.contrib:junit-theories 4.12-beta-2

JUnit theories runner

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit.contrib
ArtifactId

ArtifactId

junit-theories
Version

Version

4.12-beta-2
Type

Type

jar

Download junit-theories 4.12-beta-2


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