MVN

nu.validator : cssvalidator

Maven & Gradle

Jun 30, 2020
1 usages
196 stars

cssvalidator · Backend for the W3C CSS Validation Service

<dependency>
    <groupId>nu.validator</groupId>
    <artifactId>cssvalidator</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nu.validator : cssvalidator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of nu.validator : cssvalidator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cssvalidator-1.0.8
cssvalidator-1.0.7
cssvalidator-1.0.6
cssvalidator-1.0.5
cssvalidator-1.0.4
cssvalidator-1.0.3
cssvalidator-1.0.2
cssvalidator-1.0.1
cssvalidator-1.0.0

How to add a dependency to Maven

Add the following nu.validator : cssvalidator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nu.validator</groupId>
    <artifactId>cssvalidator</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nu.validator : cssvalidator gradle dependency to your build.gradle file:

implementation 'nu.validator:cssvalidator:1.0.8'

Gradle Kotlin DSL: Add the following nu.validator : cssvalidator gradle kotlin dependency to your build.gradle.kts file:

implementation("nu.validator:cssvalidator:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following nu.validator : cssvalidator sbt scala dependency to your build.sbt file:

libraryDependencies += "nu.validator" % "cssvalidator" % "1.0.8"

Advertisement

Dependencies from Group

Jun 30, 2020
15 usages
48 stars
Jul 01, 2020
4 usages
1.1k stars
Nov 04, 2018
3 usages
2 stars
Apr 29, 2019
3 usages
Jul 02, 2020
2 usages
215 stars

Discover Dependencies