bootique-undertow
Provides Undertow integration with Bootique. See usage example bootique-undertow-demo.
Goals
Fast, Testable, Simple HTTP Server, that supports DI in Controllers and Middlewares.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUndertow Сеть Networking Bootique Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаio.bootique.undertow |
| Идентификатор | Идентификаторbootique-undertow-test |
| Последняя версия | Последняя версия0.25 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbootique-undertow-test
Helper classes for integration tests that require a Bootique Undertow server.
|
| Организация-разработчик |
Организация-разработчикObjectStyle LLC |
| Имя Файла | Размер |
|---|---|
| bootique-undertow-test-0.25.pom | |
| bootique-undertow-test-0.25.jar | 4 KB |
| bootique-undertow-test-0.25-sources.jar | 3 KB |
| bootique-undertow-test-0.25-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow-test/ -->
<dependency>
<groupId>io.bootique.undertow</groupId>
<artifactId>bootique-undertow-test</artifactId>
<version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow-test/
implementation 'io.bootique.undertow:bootique-undertow-test:0.25'
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow-test/
implementation ("io.bootique.undertow:bootique-undertow-test:0.25")
'io.bootique.undertow:bootique-undertow-test:jar:0.25'
<dependency org="io.bootique.undertow" name="bootique-undertow-test" rev="0.25">
<artifact name="bootique-undertow-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.undertow', module='bootique-undertow-test', version='0.25')
)
libraryDependencies += "io.bootique.undertow" % "bootique-undertow-test" % "0.25"
[io.bootique.undertow/bootique-undertow-test "0.25"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.bootique : bootique | jar | 0.25 |
| io.bootique.undertow : bootique-undertow | jar | 0.25 |
| io.bootique : bootique-test | jar | 0.25 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| junit : junit | jar | 4.12 |
Provides Undertow integration with Bootique. See usage example bootique-undertow-demo.
Fast, Testable, Simple HTTP Server, that supports DI in Controllers and Middlewares.