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