en-stringtemplate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.g2forge.enigma</groupId>
<artifactId>en-stringtemplate</artifactId>
<version>0.0.14</version>
</dependency><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>
<artifactId>en-stringtemplate</artifactId>
<parent>
<groupId>com.g2forge.enigma</groupId>
<artifactId>en-project</artifactId>
<version>0.0.14</version>
<relativePath>../en-project/pom.xml</relativePath>
</parent>
<name>Enigma Stringtemplate</name>
<description>Small wrapper around StringTemplate to assist in the rendering of models to text. See EmbeddedTemplateRenderer for the true power of this library.</description>
<dependencies>
<dependency>
<groupId>com.g2forge.alexandria</groupId>
<artifactId>ax-reflection</artifactId>
<version>${alexandria.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>${stringtemplate.version}</version>
</dependency>
</dependencies>
</project>