<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13-rc-2</version> </dependency>
implementation 'junit:junit:4.13-rc-2'
implementation("junit:junit:4.13-rc-2")
libraryDependencies += "junit" % "junit" % "4.13-rc-2"
@Grapes( @Grab(group='junit', module='junit', version='4.13-rc-2') )
<dependency org="junit" name="junit" rev="4.13-rc-2" />
[junit/junit "4.13-rc-2"]
'junit:junit:jar:4.13-rc-2'
compile
|-- org.hamcrest:hamcrest-core:1.3
test
|-- org.hamcrest:hamcrest-library:1.3