<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>3.0-rc1</version> </dependency>
implementation 'org.hamcrest:hamcrest-core:3.0-rc1'
implementation("org.hamcrest:hamcrest-core:3.0-rc1")
libraryDependencies += "org.hamcrest" % "hamcrest-core" % "3.0-rc1"
@Grapes( @Grab(group='org.hamcrest', module='hamcrest-core', version='3.0-rc1') )
<dependency org="org.hamcrest" name="hamcrest-core" rev="3.0-rc1" />
[org.hamcrest/hamcrest-core "3.0-rc1"]
'org.hamcrest:hamcrest-core:jar:3.0-rc1'
compile
|-- org.hamcrest:hamcrest:3.0-rc1