templates_freemarker

This module provides an adapter for the templates Port supporting the Apache FreeMarker template engine.

For usage instructions, refer to the /templates/.

Install the Dependency

=== "build.gradle"

```groovy
repositories {
    mavenCentral()
}

implementation("com.hexagonkt:templates_freemarker:$hexagonVersion")
```

=== "pom.xml"

```xml
com.hexagonkttemplates_freemarker$hexagonVersion
```

Packages

Link copied to clipboard

Classes that implement the Templates Port interface with the FreeMarker engine.