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