Download abstract-freemarker-template-mojo-0.1.2.jar file - Jar a

Jar examples for a:abstract-freemarker-template-mojo

Description

This project contains an Abstract Mojo that provides the foundation for Maven plugins that wish to produce files using Freemarker templates.

You can download jar file abstract-freemarker-template-mojo 0.1.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add abstract-freemarker-template-mojo-0.1.2.jar to your project.

<dependency>
   <groupId>com.robertboothby</groupId>
   <artifactId>abstract-freemarker-template-mojo</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.robertboothby', name: 'abstract-freemarker-template-mojo', version: '0.1.2'
libraryDependencies += "com.robertboothby" % "abstract-freemarker-template-mojo" % "0.1.2"
<dependency org="com.robertboothby" name="abstract-freemarker-template-mojo" rev="0.1.2"/>
@Grapes(@Grab(group='com.robertboothby', module='abstract-freemarker-template-mojo', version='0.1.2'))
'com.robertboothby:abstract-freemarker-template-mojo:jar:0.1.2'

Download

Click the following link to download the jar file.

abstract-freemarker-template-mojo-0.1.2-javadoc.jar
abstract-freemarker-template-mojo-0.1.2-sources.jar
abstract-freemarker-template-mojo-0.1.2.jar
abstract-freemarker-template-mojo-0.1.2.pom



Related Tutorials