Last Version

Abstract Freemarker Template Mojo 0.1.2

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

License

License

GroupId

GroupId

com.robertboothby
ArtifactId

ArtifactId

abstract-freemarker-template-mojo
Version

Version

0.1.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/RobertBoothby/abstract-freemarker-template-mojo
Source Code Management

Source Code Management

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

Download abstract-freemarker-template-mojo 0.1.2


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.freemarker : freemarker jar 2.3.23

provided (2)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.1
org.apache.maven : maven-core jar 3.5.3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.