Abstract Freemarker Template Mojo

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

Лицензия

Лицензия

Группа

Группа

com.robertboothby
Идентификатор

Идентификатор

abstract-freemarker-template-mojo
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Abstract Freemarker Template Mojo
This project contains an Abstract Mojo that provides the foundation for Maven plugins that wish to produce files using Freemarker templates.
Ссылка на сайт

Ссылка на сайт

https://github.com/RobertBoothby/abstract-freemarker-template-mojo
Система контроля версий

Система контроля версий

https://github.com/RobertBoothby/abstract-freemarker-template-mojo/tree/master

Скачать abstract-freemarker-template-mojo

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/ -->
<dependency>
    <groupId>com.robertboothby</groupId>
    <artifactId>abstract-freemarker-template-mojo</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation 'com.robertboothby:abstract-freemarker-template-mojo:0.1.2'
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation ("com.robertboothby:abstract-freemarker-template-mojo:0.1.2")
'com.robertboothby:abstract-freemarker-template-mojo:jar:0.1.2'
<dependency org="com.robertboothby" name="abstract-freemarker-template-mojo" rev="0.1.2">
  <artifact name="abstract-freemarker-template-mojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby', module='abstract-freemarker-template-mojo', version='0.1.2')
)
libraryDependencies += "com.robertboothby" % "abstract-freemarker-template-mojo" % "0.1.2"
[com.robertboothby/abstract-freemarker-template-mojo "0.1.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.freemarker : freemarker jar 2.3.23

provided (2)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.1
org.apache.maven : maven-core jar 3.5.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Abstract Freemarker Template Mojo

This project contains an Abstract Mojo that makes it easier to create Maven plugins and Mojos that make use of Freemarker to generate files.

Usage

Simply create a new maven projec that uses the `com.robertboothby:maven-plugin-parent` pom as a parent and this project as a dependency. Next create your own Mojo that extends the AbstractGeneratorMojo and provides an instance of GenerationModelRetriever.

Версии библиотеки

Версия
0.1.2
0.1.1
0.1.0