is not current version
Last Version 0.1.12

nl.fd:hamcrest-jsoup 0.1.11

The Hamcrest JSoup library provides a set of matchers for JSoup elements to assert the contents of those objects. With this library you can easily unit test HTML contents in your backend.

Categories

Categories

jsoup Business Logic Libraries
GroupId

GroupId

nl.fd
ArtifactId

ArtifactId

hamcrest-jsoup
Version

Version

0.1.11
Type

Type

jar

Download hamcrest-jsoup 0.1.11


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