hamcrest-jsoup

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.

License

License

Categories

Categories

jsoup Business Logic Libraries
GroupId

GroupId

nl.fd
ArtifactId

ArtifactId

hamcrest-jsoup
Last Version

Last Version

0.1.12
Release Date

Release Date

Type

Type

jar
Description

Description

hamcrest-jsoup
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.
Project URL

Project URL

http://www.fdmediagroep.nl
Project Organization

Project Organization

FD Mediagroep
Source Code Management

Source Code Management

https://github.com/FDMediagroep/hamcrest-jsoup

Download hamcrest-jsoup

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jsoup : jsoup jar 1.7.3
org.hamcrest : hamcrest-library jar 1.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.12
0.1.11