bootique-jetty
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers Bootique Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.nhl.bootique.jetty |
| Идентификатор | Идентификаторbootique-jetty-parent |
| Последняя версия | Последняя версия0.16 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеbootique-jetty-parent: parent of Bootique/Jetty integration modules
Parent POM of Jetty and instrumented Jetty Bootique modules.
|
| Организация-разработчик |
Организация-разработчикNational Hockey League |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bootique-jetty-parent-0.16.pom | 2 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.16</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.16'
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty-parent/
implementation ("com.nhl.bootique.jetty:bootique-jetty-parent:0.16")
'com.nhl.bootique.jetty:bootique-jetty-parent:pom:0.16'
<dependency org="com.nhl.bootique.jetty" name="bootique-jetty-parent" rev="0.16">
<artifact name="bootique-jetty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.jetty', module='bootique-jetty-parent', version='0.16')
)
libraryDependencies += "com.nhl.bootique.jetty" % "bootique-jetty-parent" % "0.16"
[com.nhl.bootique.jetty/bootique-jetty-parent "0.16"]
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.