sac
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.w3c.css</groupId> <artifactId>sac</artifactId> <version>1.3</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.w3c.css</groupId> <artifactId>sac</artifactId> <version>1.3</version> <packaging>jar</packaging> <name>Simple API for CSS</name> <description>SAC is a standard interface for CSS parsers.</description> <url>http://www.w3.org/Style/CSS/SAC/</url> <organization> <name>World Wide Web Consortium</name> <url>http://www.w3.org/</url> </organization> <licenses> <license> <name>The W3C Software License</name> <url>http://www.w3.org/Consortium/Legal/copyright-software-19980720</url> </license> </licenses> <mailingLists> <mailingList> <name>www-style</name> <subscribe>http://lists.w3.org/Archives/Public/www-style/</subscribe> <unsubscribe>http://lists.w3.org/Archives/Public/www-style/</unsubscribe> <archive>http://lists.w3.org/Archives/Public/www-style/</archive> <post>www-style@w3.org</post> </mailingList> </mailingLists> </project>