Maven Repository - POM file for Development javacc 4.1 4.1

Summary

JavaCC.

JavaCC is a parser/scanner generator for Java..

Declaration

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>4.1</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.

License

Name:The BSD License
URL: http://www.opensource.org/licenses/bsd-license.html.

Depended by

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

CategoryArtifactDepended By Count
Developmentpmd 5.0.3
<p>PMD scans Java source code and looks for potential problems like:</p> <ul> <li>Possible bugs - empty try/catch/finally/switch statements</li> <li>Dead code - unused local variables, parameters and private methods</li> <li>Suboptimal code - wasteful String/StringBuffer usage</li> <li>Over...
25




Packages

The following packages are defined in the javacc-4.1.jar

org.javacc
org.javacc.jjdoc
org.javacc.jjtree
org.javacc.parser

POM File Source

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>4.1</version>
  <packaging>jar</packaging>

  <name>JavaCC</name>
  <description>JavaCC is a parser/scanner generator for Java.</description>
  <url>http://javacc.dev.java.net/</url>
  <inceptionYear>1996</inceptionYear>
  <organization>
    <name>java.net</name>
    <url>http://www.java.net/</url>
  </organization>
  <licenses>
     <license>
        <name>The 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:guest@cvs.dev.java.net:/cvs:javacc</connection>
    <developerConnection>scm:cvs:pserver:${maven.username}@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>