Download no-template-core-1.0.2.jar file - Jar n

Jar examples for n:no-template-core

Description

A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file and dynamic data. It is based on the concept that the templates are bare Java classes.

You can download jar file no-template-core 1.0.2 in this page.

License

New BSD License

Build File

You can use the following script to add no-template-core-1.0.2.jar to your project.

<dependency>
   <groupId>de.unkrig</groupId>
   <artifactId>no-template-core</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'de.unkrig', name: 'no-template-core', version: '1.0.2'
libraryDependencies += "de.unkrig" % "no-template-core" % "1.0.2"
<dependency org="de.unkrig" name="no-template-core" rev="1.0.2"/>
@Grapes(@Grab(group='de.unkrig', module='no-template-core', version='1.0.2'))
'de.unkrig:no-template-core:jar:1.0.2'

Download

Click the following link to download the jar file.

no-template-core-1.0.2-jar-with-dependencies.jar
no-template-core-1.0.2-javadoc.jar
no-template-core-1.0.2-sources.jar
no-template-core-1.0.2.jar
no-template-core-1.0.2.pom



Related Tutorials