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