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