is not current version
Last Version 2.0.1

io.bootique.mvc:bootique-mvc-freemarker 2.0.B1

Provides Freemarker integration as a template engine for Bootique MVC.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.mvc
ArtifactId

ArtifactId

bootique-mvc-freemarker
Version

Version

2.0.B1
Type

Type

jar

Download bootique-mvc-freemarker 2.0.B1


<!-- https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/ -->
<dependency>
    <groupId>io.bootique.mvc</groupId>
    <artifactId>bootique-mvc-freemarker</artifactId>
    <version>2.0.B1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation 'io.bootique.mvc:bootique-mvc-freemarker:2.0.B1'
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation ("io.bootique.mvc:bootique-mvc-freemarker:2.0.B1")
'io.bootique.mvc:bootique-mvc-freemarker:jar:2.0.B1'
<dependency org="io.bootique.mvc" name="bootique-mvc-freemarker" rev="2.0.B1">
  <artifact name="bootique-mvc-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.mvc', module='bootique-mvc-freemarker', version='2.0.B1')
)
libraryDependencies += "io.bootique.mvc" % "bootique-mvc-freemarker" % "2.0.B1"
[io.bootique.mvc/bootique-mvc-freemarker "2.0.B1"]