JavaCC.
JavaCC is a parser/scanner generator for Java..
Here is the list of declaration for javacc. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.java.dev.javacc</groupId> <artifactId>javacc</artifactId> <version>5.0</version> </dependency>
If you think this Maven repository POM file listing for javacc is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Berkeley Software Distribution (BSD) License
URL: http://www.opensource.org/licenses/bsd-license.html.
The following table lists the most popular artifacts which are depending on javacc-5.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Testing | cobertura 2.0.2 Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage. | 6 |
The following packages are defined in the javacc-5.0.jar
org.javacc org.javacc.jjdoc org.javacc.jjtree org.javacc.parser org.javacc.utils
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.java.dev.javacc</groupId> <artifactId>javacc</artifactId> <version>5.0</version> <packaging>jar</packaging> <name>JavaCC</name> <description>JavaCC is a parser/scanner generator for Java.</description> <url>https://javacc.dev.java.net/</url> <inceptionYear>1996</inceptionYear> <organization> <name>java.net</name> <url>http://www.java.net/</url> </organization> <licenses> <license> <name>Berkeley Software Distribution (BSD) License</name> <url>http://www.opensource.org/licenses/bsd-license.html</url> <distribution>repo</distribution> </license> </licenses> <mailingLists> <mailingList> <name>Announce</name> <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=announce</archive> </mailingList> <mailingList> <name>Users</name> <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=users</archive> </mailingList> <mailingList> <name>Developers</name> <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=dev</archive> </mailingList> <mailingList> <name>CVS</name> <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=cvs</archive> </mailingList> <mailingList> <name>Issues</name> <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=issues</archive> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:user@cvs.dev.java.net:/cvs:javacc</connection> <developerConnection>scm:cvs:ext:user@cvs.dev.java.net:/cvs:javacc</developerConnection> <url>https://javacc.dev.java.net/source/browse/javacc/</url> </scm> <issueManagement> <system>java.dev</system> <url>https://javacc.dev.java.net/servlets/ProjectIssues</url> </issueManagement> </project>