springmvc-mustache-handlebars

Mustache templating with SpringMVC and Handlebars

Лицензия

Лицензия

Группа

Группа

com.github.mjeanroy
Идентификатор

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

springmvc-mustache-handlebars
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

springmvc-mustache-handlebars
Mustache templating with SpringMVC and Handlebars
Ссылка на сайт

Ссылка на сайт

https://github.com/mjeanroy/springmvc-mustache
Система контроля версий

Система контроля версий

https://github.com/mjeanroy/springmvc-mustache

Скачать springmvc-mustache-handlebars

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.github.mjeanroy : springmvc-mustache jar 2.0.0
com.github.jknack : handlebars jar 4.2.0

test (5)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.6.0
org.assertj : assertj-core jar 3.16.1
org.mockito : mockito-core jar 3.3.3
org.slf4j : slf4j-api jar 1.7.30
ch.qos.logback : logback-classic jar 1.2.3

Модули Проекта

Данный проект не имеет модулей.

SpringMVC-Mustache


Build Status Maven Central

Simple library that will allow you to use a mustache templates with your SpringMVC application.

Note: this library use jmustache, handlebars or mustache.java under the hood.

Documentation - Javadoc - Changelog

Documentation

  • Full documentation can be found here
  • Javadoc can be found here

Samples

If you clone the repository, you will find samples using:

  • JMustache (Java Config & XML Config).
  • Mustache.java (Java Config & XML Config).
  • Handlebars (Java Config & XML Config).
  • Spring boot with JMustache implementation.

These samples are really simple (render a really simple template with partial). Do not hesitate to submit your sample if you want.

## Licence

MIT License (MIT)

## Contributing

If you found a bug or you thing something is missing, feel free to contribute and submit an issue or a pull request.

Версии библиотеки

Версия
2.0.0
1.0.0
0.10.0