Htmlchecker parent

Parent module for htmlchecker

License

License

GroupId

GroupId

fr.jmini.htmlchecker
ArtifactId

ArtifactId

htmlchecker-parent
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

pom
Description

Description

Htmlchecker parent
Parent module for htmlchecker
Project URL

Project URL

https://jmini.github.io/htmlchecker/
Source Code Management

Source Code Management

https://github.com/jmini/htmlchecker

Download htmlchecker-parent

How to add to project

<!-- https://jarcasting.com/artifacts/fr.jmini.htmlchecker/htmlchecker-parent/ -->
<dependency>
    <groupId>fr.jmini.htmlchecker</groupId>
    <artifactId>htmlchecker-parent</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.jmini.htmlchecker/htmlchecker-parent/
implementation 'fr.jmini.htmlchecker:htmlchecker-parent:1.2.2'
// https://jarcasting.com/artifacts/fr.jmini.htmlchecker/htmlchecker-parent/
implementation ("fr.jmini.htmlchecker:htmlchecker-parent:1.2.2")
'fr.jmini.htmlchecker:htmlchecker-parent:pom:1.2.2'
<dependency org="fr.jmini.htmlchecker" name="htmlchecker-parent" rev="1.2.2">
  <artifact name="htmlchecker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.jmini.htmlchecker', module='htmlchecker-parent', version='1.2.2')
)
libraryDependencies += "fr.jmini.htmlchecker" % "htmlchecker-parent" % "1.2.2"
[fr.jmini.htmlchecker/htmlchecker-parent "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