is not current version
Last Version 1.3

org.hamcrest:hamcrest-parent 1.3.RC2

General parent POM for all hamcrest libraries.

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-parent
Version

Version

1.3.RC2
Type

Type

pom

Download hamcrest-parent 1.3.RC2


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