is not current version
Last Version 0.1.2

com.robertboothby:abstract-freemarker-template-mojo 0.1.0

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

GroupId

GroupId

com.robertboothby
ArtifactId

ArtifactId

abstract-freemarker-template-mojo
Version

Version

0.1.0
Type

Type

jar

Download abstract-freemarker-template-mojo 0.1.0


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