не последняя версия
Последняя версия 2.0.1

io.bootique.mvc:bootique-mvc-mustache 2.0

Provides Mustache integration as a template engine for Bootique MVC.

Категории

Категории

Bootique Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

io.bootique.mvc
Идентификатор

Идентификатор

bootique-mvc-mustache
Версия

Версия

2.0
Тип

Тип

jar

Скачать bootique-mvc-mustache 2.0


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