Htmlchecker usage example

Demo site to test htmlchecker

License

License

GroupId

GroupId

fr.jmini.htmlchecker
ArtifactId

ArtifactId

site-example
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Htmlchecker usage example
Demo site to test htmlchecker

Download site-example

How to add to project

<!-- https://jarcasting.com/artifacts/fr.jmini.htmlchecker/site-example/ -->
<dependency>
    <groupId>fr.jmini.htmlchecker</groupId>
    <artifactId>site-example</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jmini.htmlchecker/site-example/
implementation 'fr.jmini.htmlchecker:site-example:1.2.2'
// https://jarcasting.com/artifacts/fr.jmini.htmlchecker/site-example/
implementation ("fr.jmini.htmlchecker:site-example:1.2.2")
'fr.jmini.htmlchecker:site-example:jar:1.2.2'
<dependency org="fr.jmini.htmlchecker" name="site-example" rev="1.2.2">
  <artifact name="site-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jmini.htmlchecker', module='site-example', version='1.2.2')
)
libraryDependencies += "fr.jmini.htmlchecker" % "site-example" % "1.2.2"
[fr.jmini.htmlchecker/site-example "1.2.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

htmlchecker

Description

Html checker is a java program that checks the content of your HTML pages and produces a report. It focuses on the content (broken links) and not on the form (is your HTML well-formed?). It is available as a command line tool or as a maven plugin.

Read more on the project home page.

Get in touch

Use the htmlchecker issue tracker on GitHub.

You can also contact me on Twitter: @j2r2b

License

Versions

Version
1.2.2
1.2.1
1.2.0