组织ID: |
org.w3c.css |
项目ID: |
sac |
版本: |
1.3 |
最后修改时间: |
2018-07-24 06:34:51 |
包类型: |
jar |
标题: |
Simple API for CSS |
描述: |
SAC is a standard interface for CSS parsers. |
相关URL: |
http://www.w3.org/Style/CSS/SAC/ |
大小: |
15.44KB |
|
Maven引入代码: |
<dependency>
<groupId>org.w3c.css</groupId>
<artifactId>sac</artifactId>
<version>1.3</version>
</dependency>
|
Gradle引入代码: |
org.w3c.css:sac:1.3
|
下载Jar包: |
|
POM文件内容: |
<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>
|
Jar包内容: |
META-INF/COPYRIGHT.html
META-INF/MANIFEST.MF
org.w3c.css.sac.AttributeCondition.class
org.w3c.css.sac.CharacterDataSelector.class
org.w3c.css.sac.CombinatorCondition.class
org.w3c.css.sac.Condition.class
org.w3c.css.sac.ConditionalSelector.class
org.w3c.css.sac.ConditionFactory.class
org.w3c.css.sac.ContentCondition.class
org.w3c.css.sac.CSSException.class
org.w3c.css.sac.CSSParseException.class
org.w3c.css.sac.DescendantSelector.class
org.w3c.css.sac.DocumentHandler.class
org.w3c.css.sac.ElementSelector.class
org.w3c.css.sac.ErrorHandler.class
org.w3c.css.sac.helpers.ParserFactory.class
org.w3c.css.sac.InputSource.class
org.w3c.css.sac.LangCondition.class
org.w3c.css.sac.LexicalUnit.class
org.w3c.css.sac.Locator.class
org.w3c.css.sac.NegativeCondition.class
org.w3c.css.sac.NegativeSelector.class
org.w3c.css.sac.Parser.class
org.w3c.css.sac.PositionalCondition.class
org.w3c.css.sac.ProcessingInstructionSelector.class
org.w3c.css.sac.SACMediaList.class
org.w3c.css.sac.Selector.class
org.w3c.css.sac.SelectorFactory.class
org.w3c.css.sac.SelectorList.class
org.w3c.css.sac.SiblingSelector.class
org.w3c.css.sac.SimpleSelector.class
|
依赖Jar: |
无
|