h

hamcrest-mutliline-text-matcher

This project provides a Hamcrest matcher that gives you better diagnostics for multi-line text in case of mismatches.
https://github.com/itsallcode/hamcrest-mutliline-text-matcher
The MIT License (MIT)
itsallcode.org
Files download
File Operation
hamcrest-mutliline-text-matcher-1.0.0.jar download
hamcrest-mutliline-text-matcher-1.0.0.pom download
hamcrest-mutliline-text-matcher-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.itsallcode</groupId>
  <artifactId>hamcrest-mutliline-text-matcher</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.itsallcode:hamcrest-mutliline-text-matcher:1.0.0'
Gradle Kotlin
implementation("org.itsallcode:hamcrest-mutliline-text-matcher:1.0.0")
Scala SBT
libraryDependencies += "org.itsallcode" % "hamcrest-mutliline-text-matcher" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.itsallcode', module='hamcrest-mutliline-text-matcher', version='1.0.0')
)
Apache Ivy
<dependency org="org.itsallcode" name="hamcrest-mutliline-text-matcher" rev="1.0.0" />
Leiningen
[org.itsallcode/hamcrest-mutliline-text-matcher "1.0.0"]
Apache Buildr
'org.itsallcode:hamcrest-mutliline-text-matcher:jar:1.0.0'
Dependencies