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 |
| Последняя версия | Последняя версия0.16 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbootique-jetty: a module to run Jetty on Bootique
Provides Jetty integration with Bootique.
|
| Организация-разработчик |
Организация-разработчикNational Hockey League |
| Имя Файла | Размер |
|---|---|
| bootique-jetty-0.16.pom | |
| bootique-jetty-0.16.jar | 12 KB |
| bootique-jetty-0.16-sources.jar | 6 KB |
| bootique-jetty-0.16-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty/ -->
<dependency>
<groupId>com.nhl.bootique.jetty</groupId>
<artifactId>bootique-jetty</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty/
implementation 'com.nhl.bootique.jetty:bootique-jetty:0.16'
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty/
implementation ("com.nhl.bootique.jetty:bootique-jetty:0.16")
'com.nhl.bootique.jetty:bootique-jetty:jar:0.16'
<dependency org="com.nhl.bootique.jetty" name="bootique-jetty" rev="0.16">
<artifact name="bootique-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.jetty', module='bootique-jetty', version='0.16')
)
libraryDependencies += "com.nhl.bootique.jetty" % "bootique-jetty" % "0.16"
[com.nhl.bootique.jetty/bootique-jetty "0.16"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 9.3.6.v20151106 |
| org.eclipse.jetty : jetty-servlet | jar | 9.3.6.v20151106 |
| com.nhl.bootique : bootique | jar | 0.18 |
| org.slf4j : slf4j-api | jar | 1.7.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.0.31-beta |
| org.glassfish.jersey.core : jersey-client | jar | 2.21 |
| org.slf4j : slf4j-simple | jar | 1.7.13 |
| com.nhl.bootique : bootique-test | jar | 0.18 |
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.