is not current version
Last Version 5.0-alpha-3

org.junit.contrib:junit-theories 5.0-alpha-1

JUnit theories runner

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit.contrib
ArtifactId

ArtifactId

junit-theories
Version

Version

5.0-alpha-1
Type

Type

jar

Download junit-theories 5.0-alpha-1


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