Flute.
Flute implements The Simple API for CSS (SAC) using JavaCC..
Here is the list of declaration for flute. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.vaadin.external.flute</groupId> <artifactId>flute</artifactId> <version>1.3.0.gg2</version> </dependency>
If you think this Maven repository POM file listing for flute is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:W3C Software Copyright Notice and License
URL: http://www.w3.org/Consortium/Legal/copyright-software-19980720.
The following packages are defined in the flute-1.3.0.gg2.jar
org.w3c.flute.parser org.w3c.flute.parser.selectors org.w3c.flute.util
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>com.vaadin.external.flute</groupId> <artifactId>flute</artifactId> <version>1.3.0.gg2</version> <name>Flute</name> <organization> <name>W3C</name> <url>http://www.w3.org</url> </organization> <url>http://www.w3.org</url> <description> Flute implements The Simple API for CSS (SAC) using JavaCC. </description> <licenses> <license> <name>W3C Software Copyright Notice and License</name> <distribution>repo</distribution> <url>http://www.w3.org/Consortium/Legal/copyright-software-19980720</url> </license> </licenses> <scm> <connection>scm:http:http://www.w3.org/</connection> <developerConnection>scm:http:http://www.w3.org/</developerConnection> <url>http://www.w3.org/</url> </scm> <distributionManagement> <repository> <id>vaadin-releases</id> <name>Vaadin release repository</name> <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url> </repository> <snapshotRepository> <id>vaadin-snapshots</id> <name>Vaadin snapshot repository</name> <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> </snapshotRepository> </distributionManagement> <repositories> <repository> <id>vaadin-snapshots</id> <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> <repository> <id>vaadin-releases</id> <url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> </project>