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