<dependency> <groupId>org.junit.contrib</groupId> <artifactId>junit-theories</artifactId> <version>4.12</version> </dependency>
implementation 'org.junit.contrib:junit-theories:4.12'
implementation("org.junit.contrib:junit-theories:4.12")
libraryDependencies += "org.junit.contrib" % "junit-theories" % "4.12"
@Grapes( @Grab(group='org.junit.contrib', module='junit-theories', version='4.12') )
<dependency org="org.junit.contrib" name="junit-theories" rev="4.12" />
[org.junit.contrib/junit-theories "4.12"]
'org.junit.contrib:junit-theories:jar:4.12'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- junit:junit:4.12
|-- org.javaruntype:javaruntype:1.2