Download templates-0.1.jar file - Jar t

Jar examples for t:templates

Description

Redora uses Freemarker and XSLT templates to generate code. This zip package contains the default templates. You can create your own pack with templates to override these default templates if you wish. You can add them to your project using the maven dependency plugin.

You can download jar file templates 0.1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add templates-0.1.jar to your project.

<dependency>
   <groupId>de.eonas.portal.demo</groupId>
   <artifactId>templates</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'de.eonas.portal.demo', name: 'templates', version: '0.1'
libraryDependencies += "de.eonas.portal.demo" % "templates" % "0.1"
<dependency org="de.eonas.portal.demo" name="templates" rev="0.1"/>
@Grapes(@Grab(group='de.eonas.portal.demo', module='templates', version='0.1'))
'de.eonas.portal.demo:templates:jar:0.1'

Download

Click the following link to download the jar file.

templates-0.1-javadoc.jar
templates-0.1-sources.jar
templates-0.1.jar
templates-0.1.pom



Related Tutorials