h

hamcrest-parent

General parent POM for all hamcrest libraries.
https://github.com/mvonrenteln/hamcrest-java-maven-integration/
New BSD License
Joe Walnes Nat Pryce Steve Freeman Neil Dunn
Files download
File Operation
hamcrest-parent-1.3.RC2.pom download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-parent</artifactId>
  <version>1.3.RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-parent:1.3.RC2'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-parent:1.3.RC2")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-parent" % "1.3.RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-parent', version='1.3.RC2')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-parent" rev="1.3.RC2" />
Leiningen
[org.hamcrest/hamcrest-parent "1.3.RC2"]
Apache Buildr
'org.hamcrest:hamcrest-parent:jar:1.3.RC2'
Dependencies
The project has no third-party dependencies