Download validator-1.0.jar file - Jar v

Jar examples for v:validator

Description

An HTML-checking library (used by https://html5.validator.nu and the HTML5 facet of the W3C Validator)

You can download jar file validator 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add validator-1.0.jar to your project.

<dependency>
   <groupId>com.jfireframework</groupId>
   <artifactId>validator</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.jfireframework', name: 'validator', version: '1.0'
libraryDependencies += "com.jfireframework" % "validator" % "1.0"
<dependency org="com.jfireframework" name="validator" rev="1.0"/>
@Grapes(@Grab(group='com.jfireframework', module='validator', version='1.0'))
'com.jfireframework:validator:jar:1.0'

Download

Click the following link to download the jar file.

validator-1.0-javadoc.jar
validator-1.0-sources.jar
validator-1.0.jar
validator-1.0.pom



Related Tutorials