Jar examples for n:no-template-core
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.4 in this page.
New BSD License
You can use the following script to add no-template-core-1.0.4.jar to your project.
<dependency> <groupId>de.unkrig</groupId> <artifactId>no-template-core</artifactId> <version>1.0.4</version> </dependency>
compile group: 'de.unkrig', name: 'no-template-core', version: '1.0.4'
libraryDependencies += "de.unkrig" % "no-template-core" % "1.0.4"
<dependency org="de.unkrig" name="no-template-core" rev="1.0.4"/>
@Grapes(@Grab(group='de.unkrig', module='no-template-core', version='1.0.4'))
'de.unkrig:no-template-core:jar:1.0.4'
Click the following link to download the jar file.
no-template-core-1.0.4-jar-with-dependencies.jar