Download jetbrick-template-2.0.10.jar file - Jar j

Jar examples for j:jetbrick-template

Description

Next generation template engine for Java.

You can download jar file jetbrick-template 2.0.10 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.github.subchen</groupId>
   <artifactId>jetbrick-template</artifactId>
   <version>2.0.10</version>
</dependency>
compile group: 'com.github.subchen', name: 'jetbrick-template', version: '2.0.10'
libraryDependencies += "com.github.subchen" % "jetbrick-template" % "2.0.10"
<dependency org="com.github.subchen" name="jetbrick-template" rev="2.0.10"/>
@Grapes(@Grab(group='com.github.subchen', module='jetbrick-template', version='2.0.10'))
'com.github.subchen:jetbrick-template:jar:2.0.10'

Download

Click the following link to download the jar file.

jetbrick-template-2.0.10-javadoc.jar
jetbrick-template-2.0.10-sources.jar
jetbrick-template-2.0.10.jar
jetbrick-template-2.0.10.pom



Related Tutorials