Download en-stringtemplate-0.0.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials