Maven Repository - POM file for Parser antlr 2.7.7 2.7.7

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>antlr</groupId>
   <artifactId>antlr</artifactId>
   <version>2.7.7</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 License
URL: http://www.antlr.org/license.html.

Depended by

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

CategoryArtifactDepended By Count
JPA Hibernatehibernate-core 4.2.7.Final
A module of the Hibernate Core project
10
Parserstringtemplate 3.2.1
StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developin...
27
Groovygroovy 1.7.5
Groovy: A powerful, dynamic language for the JVM
27
Groovygroovy 2.1.1
Groovy: A powerful, dynamic language for the JVM
5
Parserantlr 3.0.1
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
13
JPA Hibernatehibernate-core 4.1.9.Final
A module of the Hibernate Core project
56
Web Servicecxf-bundle 2.5.2
Apache CXF Bundle Jar
5
JPA Hibernatehibernate-core 4.0.1.Final
A module of the Hibernate Core project
5
Testing Coding Stylecheckstyle 5.5
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
32
Groovygroovy 1.7.0
Groovy: A powerful, dynamic language for the JVM
8
JPA Hibernatehibernate-core 4.2.8.Final
A module of the Hibernate O/RM project
10
Groovygroovy 1.8.9
Groovy: A powerful, dynamic language for the JVM
5
Parserantlr-runtime 3.4
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
33
Groovygroovy 2.0.2
Groovy: A powerful, dynamic language for the JVM
6
Groovygroovy 1.7.3
Groovy: A powerful, dynamic language for the JVM
7
JPA Hibernatehibernate-core 4.1.12.Final
A module of the Hibernate Core project
42
Groovygroovy 2.0.6
Groovy: A powerful, dynamic language for the JVM
6
JPA Hibernatehibernate-core 4.3.0.Final
The core O/RM functionality as provided by Hibernate
5
JPA Hibernatehibernate-core 4.3.5.Final
The core O/RM functionality as provided by Hibernate
9
Groovygroovy 1.7.9
Groovy: A powerful, dynamic language for the JVM
33
Groovygroovy 1.6.0
Groovy: A powerful, dynamic language for the JVM
10
Groovygroovy 1.7.10
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy 2.1.5
Groovy: A powerful, dynamic language for the JVM
7
Groovygroovy 1.8.8
Groovy: A powerful, dynamic language for the JVM
5
JPA Hibernatehibernate-core 4.2.12.Final
A module of the Hibernate O/RM project
14
JPA Hibernatehibernate-core 4.0.0.Final
A module of the Hibernate Core project
5
Parserstringtemplate 3.2
StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developin...
87
JPA Hibernatehibernate-core 4.1.7.Final
A module of the Hibernate Core project
26
JPA Hibernatehibernate-core 4.2.0.Final
A module of the Hibernate Core project
7
JPA Hibernatehibernate-core 4.1.4.Final
A module of the Hibernate Core project
7
JPA Hibernatehibernate-core 4.1.0.Final
A module of the Hibernate Core project
7
JPA Hibernatehibernate-core 4.3.6.Final
The core O/RM functionality as provided by Hibernate
10
Groovygroovy 1.7.8
Groovy: A powerful, dynamic language for the JVM
40
Groovygroovy 2.1.0
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy 2.1.2
Groovy: A powerful, dynamic language for the JVM
5
JPA Hibernatehibernate-core 4.2.14.Final
A module of the Hibernate O/RM project
5
JPA Hibernatehibernate-core 4.2.2.Final
A module of the Hibernate Core project
5
Groovygroovy 1.6.2
Groovy: A powerful, dynamic language for the JVM
21
Groovygroovy 2.2.0-beta-1
Groovy: A powerful, dynamic language for the JVM
5




Packages

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

antlr
antlr.ASdebug
antlr.actions.cpp
antlr.actions.csharp
antlr.actions.java
antlr.actions.python
antlr.build
antlr.collections
antlr.collections.impl
antlr.debug
antlr.debug.misc
antlr.preprocessor




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>antlr</groupId>
  <artifactId>antlr</artifactId>
  <packaging>jar</packaging>
  <version>2.7.7</version>
  <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>
  <url>http://www.antlr.org/</url>
  <licenses>
    <license>
      <name>BSD License</name>
      <url>http://www.antlr.org/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies/>
</project>