Download stringtemplate-2.3b6.jar file - Jar s

Jar examples for s:stringtemplate

Description

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 developing jGuru.com. StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. There are currently about 600 StringTemplate source downloads a month.

You can download jar file stringtemplate 2.3b6 in this page.

License

BSD licence

Build File

You can use the following script to add stringtemplate-2.3b6.jar to your project.

<dependency>
   <groupId>antlr</groupId>
   <artifactId>stringtemplate</artifactId>
   <version>2.3b6</version>
</dependency>
compile group: 'antlr', name: 'stringtemplate', version: '2.3b6'
libraryDependencies += "antlr" % "stringtemplate" % "2.3b6"
<dependency org="antlr" name="stringtemplate" rev="2.3b6"/>
@Grapes(@Grab(group='antlr', module='stringtemplate', version='2.3b6'))
'antlr:stringtemplate:jar:2.3b6'

Download

Click the following link to download the jar file.

stringtemplate-2.3b6.jar
stringtemplate-2.3b6.pom



Related Tutorials