is not current version
Last Version 2.0.1

io.bootique.mvc:bootique-mvc-mustache 1.0

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

1.0
Type

Type

jar

Download bootique-mvc-mustache 1.0


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