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