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

io.bootique.parent:bootique-parent 0.13

A parent of Bootique-based projects that defines executable jar packaging strategy, upstream repositories, and important plugin versions. It is not required that your apps inherit from it. But it does help with initial app setup.

Категории

Категории

Bootique Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

io.bootique.parent
Идентификатор

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

bootique-parent
Версия

Версия

0.13
Тип

Тип

pom

Скачать bootique-parent 0.13

Имя Файла Размер
bootique-parent-0.13.pom 6 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.bootique.parent/bootique-parent/ -->
<dependency>
    <groupId>io.bootique.parent</groupId>
    <artifactId>bootique-parent</artifactId>
    <version>0.13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.parent/bootique-parent/
implementation 'io.bootique.parent:bootique-parent:0.13'
// https://jarcasting.com/artifacts/io.bootique.parent/bootique-parent/
implementation ("io.bootique.parent:bootique-parent:0.13")
'io.bootique.parent:bootique-parent:pom:0.13'
<dependency org="io.bootique.parent" name="bootique-parent" rev="0.13">
  <artifact name="bootique-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.parent', module='bootique-parent', version='0.13')
)
libraryDependencies += "io.bootique.parent" % "bootique-parent" % "0.13"
[io.bootique.parent/bootique-parent "0.13"]