is not current version
Last Version 2.0.1

io.bootique.mvc:bootique-mvc-mustache 0.5

Provides Mustache integration as a template engine for Bootique MVC.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.mvc
ArtifactId

ArtifactId

bootique-mvc-mustache
Version

Version

0.5
Type

Type

jar

Download bootique-mvc-mustache 0.5


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