| Категории |
КатегорииBootique Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаio.bootique.mvc |
| Идентификатор | Идентификаторbootique-mvc-freemarker |
| Версия | Версия2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bootique-mvc-freemarker-2.0.pom | |
| bootique-mvc-freemarker-2.0.jar | 8 KB |
| bootique-mvc-freemarker-2.0-sources.jar | 7 KB |
| bootique-mvc-freemarker-2.0-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/ -->
<dependency>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-freemarker</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation 'io.bootique.mvc:bootique-mvc-freemarker:2.0'
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation ("io.bootique.mvc:bootique-mvc-freemarker:2.0")
'io.bootique.mvc:bootique-mvc-freemarker:jar:2.0'
<dependency org="io.bootique.mvc" name="bootique-mvc-freemarker" rev="2.0">
<artifact name="bootique-mvc-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.mvc', module='bootique-mvc-freemarker', version='2.0')
)
libraryDependencies += "io.bootique.mvc" % "bootique-mvc-freemarker" % "2.0"
[io.bootique.mvc/bootique-mvc-freemarker "2.0"]