is not current version
Last Version 2.0.1

org.itsallcode:hamcrest-mutliline-text-matcher 2.0.0

This project provides a Hamcrest matcher that gives you better diagnostics for multi-line text in case of mismatches.

GroupId

GroupId

org.itsallcode
ArtifactId

ArtifactId

hamcrest-mutliline-text-matcher
Version

Version

2.0.0
Type

Type

jar

Download hamcrest-mutliline-text-matcher 2.0.0


<!-- https://jarcasting.com/artifacts/org.itsallcode/hamcrest-mutliline-text-matcher/ -->
<dependency>
    <groupId>org.itsallcode</groupId>
    <artifactId>hamcrest-mutliline-text-matcher</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.itsallcode/hamcrest-mutliline-text-matcher/
implementation 'org.itsallcode:hamcrest-mutliline-text-matcher:2.0.0'
// https://jarcasting.com/artifacts/org.itsallcode/hamcrest-mutliline-text-matcher/
implementation ("org.itsallcode:hamcrest-mutliline-text-matcher:2.0.0")
'org.itsallcode:hamcrest-mutliline-text-matcher:jar:2.0.0'
<dependency org="org.itsallcode" name="hamcrest-mutliline-text-matcher" rev="2.0.0">
  <artifact name="hamcrest-mutliline-text-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itsallcode', module='hamcrest-mutliline-text-matcher', version='2.0.0')
)
libraryDependencies += "org.itsallcode" % "hamcrest-mutliline-text-matcher" % "2.0.0"
[org.itsallcode/hamcrest-mutliline-text-matcher "2.0.0"]