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