Maven Repository - POM file for Parser sac 1.3 1.3

Summary

Simple API for CSS.

SAC is a standard interface for CSS parsers..

Declaration

Here is the list of declaration for sac. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.w3c.css</groupId>
   <artifactId>sac</artifactId>
   <version>1.3</version>
</dependency>

If you think this Maven repository POM file listing for sac is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The W3C Software License
URL: http://www.w3.org/Consortium/Legal/copyright-software-19980720.

Depended by

The following table lists the most popular artifacts which are depending on sac-1.3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Frameworkcssparser 0.9.11
A CSS parser which implements SAC (the Simple API for CSS).
9
Web Frameworkcssparser 0.9.5
A CSS parser which implements SAC (the Simple API for CSS).
24




Packages

The following packages are defined in the sac-1.3.jar

org.w3c.css.sac
org.w3c.css.sac.helpers

POM File Source

Here is the content of the POM file.

<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>