Download ST4-4.0.7.jar file - Jar s

Jar examples for s:ST4

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 ST4 4.0.7 in this page.

License

BSD licence

Build File

You can use the following script to add ST4-4.0.7.jar to your project.

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

Download

Click the following link to download the jar file.

ST4-4.0.7-complete-sources.jar
ST4-4.0.7-complete.jar
ST4-4.0.7-javadoc.jar
ST4-4.0.7-sources.jar
ST4-4.0.7.jar
ST4-4.0.7.pom



Related Tutorials