Download templatefeather-0.1.1.jar file - Jar t

Jar examples for t:templatefeather

Description

Template Featherweight: A simplistic Java template-rendering engine, providing for *plain gaps only*, such as "Hello, %name%!"--it has no advanced features such as if-logic, looping, or expressions--Templates may be output in full, after all gaps have been filled, or they may be *auto-rendered*, such that they are gradually output as each gap is filled.

You can download jar file templatefeather 0.1.1 in this page.

License

Lesser General Public License (LGPL) version 3.0

Build File

You can use the following script to add templatefeather-0.1.1.jar to your project.

<dependency>
   <groupId>com.github.aliteralmind</groupId>
   <artifactId>templatefeather</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.github.aliteralmind', name: 'templatefeather', version: '0.1.1'
libraryDependencies += "com.github.aliteralmind" % "templatefeather" % "0.1.1"
<dependency org="com.github.aliteralmind" name="templatefeather" rev="0.1.1"/>
@Grapes(@Grab(group='com.github.aliteralmind', module='templatefeather', version='0.1.1'))
'com.github.aliteralmind:templatefeather:jar:0.1.1'

Download

Click the following link to download the jar file.

templatefeather-0.1.1-javadoc.jar
templatefeather-0.1.1-sources.jar
templatefeather-0.1.1.jar
templatefeather-0.1.1.pom



Related Tutorials