Download en-stringtemplate-0.0.4.jar file - Jar e

Jar examples for e:en-stringtemplate

Description

Small wrapper around StringTemplate to assist in the rendering of models to text. See EmbeddedTemplateRenderer for the true power of this library.

You can download jar file en-stringtemplate 0.0.4 in this page.

Build File

You can use the following script to add en-stringtemplate-0.0.4.jar to your project.

<dependency>
   <groupId>com.g2forge.enigma</groupId>
   <artifactId>en-stringtemplate</artifactId>
   <version>0.0.4</version>
</dependency>
compile group: 'com.g2forge.enigma', name: 'en-stringtemplate', version: '0.0.4'
libraryDependencies += "com.g2forge.enigma" % "en-stringtemplate" % "0.0.4"
<dependency org="com.g2forge.enigma" name="en-stringtemplate" rev="0.0.4"/>
@Grapes(@Grab(group='com.g2forge.enigma', module='en-stringtemplate', version='0.0.4'))
'com.g2forge.enigma:en-stringtemplate:jar:0.0.4'

Download

Click the following link to download the jar file.

en-stringtemplate-0.0.4-javadoc.jar
en-stringtemplate-0.0.4-sources.jar
en-stringtemplate-0.0.4.jar
en-stringtemplate-0.0.4.pom



Related Tutorials