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