| License |
License |
|---|---|
| Categories |
Categoriesjsoup Business Logic Libraries |
| GroupId | GroupIdnl.fd |
| ArtifactId | ArtifactIdhamcrest-jsoup |
| Last Version | Last Version0.1.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhamcrest-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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hamcrest-jsoup-0.1.12.pom | |
| hamcrest-jsoup-0.1.12.jar | 13 KB |
| hamcrest-jsoup-0.1.12-sources.jar | 8 KB |
| hamcrest-jsoup-0.1.12-javadoc.jar | 74 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.7.3 |
| org.hamcrest : hamcrest-library | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |