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