Download template-1.3.jar file - Jar t

Jar examples for t:template

Description

An expressive templating engine for Java and the JVM

You can download jar file template 1.3 in this page.

License

Simplified BSD License

Build File

You can use the following script to add template-1.3.jar to your project.

<dependency>
   <groupId>io.marioslab.basis</groupId>
   <artifactId>template</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'io.marioslab.basis', name: 'template', version: '1.3'
libraryDependencies += "io.marioslab.basis" % "template" % "1.3"
<dependency org="io.marioslab.basis" name="template" rev="1.3"/>
@Grapes(@Grab(group='io.marioslab.basis', module='template', version='1.3'))
'io.marioslab.basis:template:jar:1.3'

Download

Click the following link to download the jar file.

template-1.3-javadoc.jar
template-1.3-sources.jar
template-1.3.jar
template-1.3.pom



Related Tutorials