| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииBootique Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаio.bootique.mvc |
| Идентификатор | Идентификаторbootique-mvc-freemarker |
| Версия | Версия2.0.RC1 |
| Тип | Типjar |
| Описание |
Описаниеbootique-mvc-freemarker: Bootique MVC implementation based on Freemarker.
Provides Freemarker integration as a template engine for Bootique MVC.
|
| Организация-разработчик |
Организация-разработчикObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/ -->
<dependency>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-freemarker</artifactId>
<version>2.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation 'io.bootique.mvc:bootique-mvc-freemarker:2.0.RC1'
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation ("io.bootique.mvc:bootique-mvc-freemarker:2.0.RC1")
'io.bootique.mvc:bootique-mvc-freemarker:jar:2.0.RC1'
<dependency org="io.bootique.mvc" name="bootique-mvc-freemarker" rev="2.0.RC1">
<artifact name="bootique-mvc-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.mvc', module='bootique-mvc-freemarker', version='2.0.RC1')
)
libraryDependencies += "io.bootique.mvc" % "bootique-mvc-freemarker" % "2.0.RC1"
[io.bootique.mvc/bootique-mvc-freemarker "2.0.RC1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.bootique.jersey : bootique-jersey | jar | 2.0.RC1 |
| io.bootique.mvc : bootique-mvc | jar | 2.0.RC1 |
| org.freemarker : freemarker | jar | 2.3.28 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.9.0 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| io.bootique : bootique-test | jar | 2.0.RC1 |