cssvalidator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>nu.validator</groupId>
<artifactId>cssvalidator</artifactId>
<version>1.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>nu.validator</groupId>
<artifactId>cssvalidator</artifactId>
<version>1.0.8</version>
<name>cssvalidator</name>
<description>Backend for the W3C CSS Validation Service</description>
<url>https://jigsaw.w3.org/css-validator/about.html</url>
<licenses>
<license>
<name>W3C Software and Document Notice and License</name>
<url>https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ylafon</id>
<name>Yves Lafon</name>
<email>yves@w3.org</email>
<url>https://github.com/ylafon</url>
</developer>
<developer>
<id>sideshowbarker</id>
<name>Michael[tm] Smith</name>
<email>mike@w3.org</email>
<url>https://people.w3.org/mike/</url>
</developer>
</developers>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/w3c/css-validator/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git@github.com:w3c/css-validator.git</connection>
<developerConnection>scm:git:git@github.com:w3c/css-validator.git</developerConnection>
<url>https://github.com/w3c/css-validator</url>
</scm>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/w3c/css-validator</url>
</ciManagement>
</project>