h

hamcrest-parent

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