Home | History | Annotate | Download | only in 2.7.7
      1 <project>
      2   <modelVersion>4.0.0</modelVersion>
      3   <groupId>antlr</groupId>
      4   <artifactId>antlr</artifactId>
      5   <packaging>jar</packaging>
      6   <version>2.7.7</version>
      7   <name>AntLR Parser Generator</name>
      8   <description>
      9     A framework for constructing recognizers, compilers,
     10     and translators from grammatical descriptions containing
     11     Java, C#, C++, or Python actions.
     12   </description>
     13   <url>http://www.antlr.org/</url>
     14   <licenses>
     15     <license>
     16       <name>BSD License</name>
     17       <url>http://www.antlr.org/license.html</url>
     18       <distribution>repo</distribution>
     19     </license>
     20   </licenses>
     21   <dependencies/>
     22 </project>
     23