jcabi-w3c

W3C Validators

License

License

BSD
GroupId

GroupId

com.jcabi
ArtifactId

ArtifactId

jcabi-w3c
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

jcabi-w3c
W3C Validators
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/jcabi/jcabi-w3c

Download jcabi-w3c

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.httpcomponents : httpmime jar 4.3
org.apache.httpcomponents : httpcore jar 4.3
com.jcabi : jcabi-xml jar 0.17.2
com.jcabi : jcabi-http jar 1.10.2
commons-io : commons-io jar 2.5
com.jcabi : jcabi-log jar 0.17.2
com.jcabi : jcabi-aspects jar 0.22.5
com.jcabi : jcabi-manifests jar 1.1
org.apache.commons : commons-lang3 jar 3.5

provided (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.10
javax.ws.rs : jsr311-api jar 1.1.1
javax.json : javax.json-api Optional jar 1.0

test (3)

Group / Artifact Type Version
com.jcabi : jcabi-matchers jar 1.3
com.sun.grizzly : grizzly-servlet-webserver jar 1.9.59
com.sun.jersey : jersey-client jar 1.18.1

Project Modules

There are no modules declared in this project.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com

Build Status PDD status Build status Javadoc

Maven Central Dependencies

More details are here: w3c.jcabi.com. Also, read this blog post: W3C Java Validators.

The library contains a few Java adapters to W3C online validators:

import com.jcabi.w3c.HtmlValidator;
assert ValidatorBuilder.html().validate("<html>hello!</html>").valid();

Questions?

If you have any questions about the framework, or something doesn't work as expected, please submit an issue here. If you want to discuss, please use our Google Group.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice
com.jcabi

jcabi.com

Small java components

Versions

Version
1.3
1.2
1.1
1.0