templates_freemarker
This module provides an adapter for the templates Port supporting the Apache FreeMarker template engine.
For usage instructions, refer to the templates.md.
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
implementation("com.hexagontk.templates:templates_freemarker:$hexagonVersion")
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagontk.templates templates_freemarker $hexagonVersion
```
Content copied to clipboard