MVN

org.wicketstuff.htmlvalidator : wicketstuff-jing

Maven & Gradle

Jul 29, 2015
4 usages
20 stars

Jing Relax NG parser · Jing is a validator for RELAX NG and other schema languages. This project was taken from http://code.google.com/p/jing-trang and mavenized for inclusion in the Wicket Stuff HTML Validator. The code was taken from the 20091111 release.

<dependency>
    <groupId>org.wicketstuff.htmlvalidator</groupId>
    <artifactId>wicketstuff-jing</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff.htmlvalidator : wicketstuff-jing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of org.wicketstuff.htmlvalidator : wicketstuff-jing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11
wicketstuff-jing-1.11
1.10
wicketstuff-jing-1.10
1.9
wicketstuff-jing-1.9
1.8
wicketstuff-jing-1.8
1.7
wicketstuff-jing-1.7
1.6
wicketstuff-jing-1.6

How to add a dependency to Maven

Add the following org.wicketstuff.htmlvalidator : wicketstuff-jing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wicketstuff.htmlvalidator</groupId>
    <artifactId>wicketstuff-jing</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff.htmlvalidator : wicketstuff-jing gradle dependency to your build.gradle file:

implementation 'org.wicketstuff.htmlvalidator:wicketstuff-jing:1.11'

Gradle Kotlin DSL: Add the following org.wicketstuff.htmlvalidator : wicketstuff-jing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff.htmlvalidator:wicketstuff-jing:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff.htmlvalidator : wicketstuff-jing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff.htmlvalidator" % "wicketstuff-jing" % "1.11"

Advertisement