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.
'org.antlr:stringtemplate:3.1-b1'
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>3.1-b1</version>
</dependency>
<dependency org="org.antlr" name="stringtemplate" rev="3.1-b1"/>
"org.antlr", "stringtemplate", "3.1-b1"