Maven Repository - POM file for Parser antlr 3.0.1 3.0.1

Summary

AntLR Parser Generator.

A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions..

Declaration

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

<dependency>
   <groupId>org.antlr</groupId>
   <artifactId>antlr</artifactId>
   <version>3.0.1</version>
</dependency>

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





License

Name:BSD licence
URL: http://antlr.org/license.html.

Depends on

The antlr-3.0.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Templatestringtemplate 3.1-b1
StringTemplate is a java template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output.
6
Parserantlr 2.7.7
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
120

Packages

The following packages are defined in the antlr-3.0.1.jar

org.antlr
org.antlr.analysis
org.antlr.codegen
org.antlr.misc
org.antlr.runtime
org.antlr.runtime.debug
org.antlr.runtime.misc
org.antlr.runtime.tree
org.antlr.tool




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.antlr</groupId>
  <artifactId>antlr</artifactId>
  <version>3.0.1</version>
  <packaging>jar</packaging>
  <url>http://antlr.org/</url>
  <licenses>
    <license>
      <name>BSD licence</name>
      <url>http://antlr.org/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <name>AntLR Parser Generator</name>
  <description>
    A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing
    Java, C#, C++, or Python actions.
  </description>
  <dependencies>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>stringtemplate</artifactId>
      <version>3.1-b1</version>
    </dependency>
    <dependency>
      <groupId>antlr</groupId>
      <artifactId>antlr</artifactId>
      <version>2.7.7</version>
    </dependency>
  </dependencies>
  <scm>
    <url>http://fisheye2.cenqua.com/browse/antlr</url>
  </scm> 
</project>