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