<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.antlr</groupId>
  <artifactId>stringtemplate</artifactId>
  <packaging>jar</packaging>
  <version>3.0</version>
  <name>Stringtemplate</name>
  <description>A template library based on the AntLR parser</description>
  <url>http://www.stringtemplate.org/</url>
  <licenses>
    <license>
      <name>BSD License</name>
      <url>http://www.stringtemplate.org/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>antlr</groupId>
      <artifactId>antlr</artifactId>
      <version>2.7.7</version>
    </dependency>
  </dependencies>
</project>
