Files download
File Operation
hamcrest-more-matchers-0.1.jar download
hamcrest-more-matchers-0.1.pom download
hamcrest-more-matchers-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.seregamorph</groupId>
  <artifactId>hamcrest-more-matchers</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.seregamorph:hamcrest-more-matchers:0.1'
Gradle Kotlin
implementation("com.github.seregamorph:hamcrest-more-matchers:0.1")
Scala SBT
libraryDependencies += "com.github.seregamorph" % "hamcrest-more-matchers" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seregamorph', module='hamcrest-more-matchers', version='0.1')
)
Apache Ivy
<dependency org="com.github.seregamorph" name="hamcrest-more-matchers" rev="0.1" />
Leiningen
[com.github.seregamorph/hamcrest-more-matchers "0.1"]
Apache Buildr
'com.github.seregamorph:hamcrest-more-matchers:jar:0.1'