bootique-jetty
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers Bootique Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаio.bootique.jetty |
| Идентификатор | Идентификаторbootique-jetty-test |
| Последняя версия | Последняя версия0.25 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbootique-jetty-test: Helper classes for unit tests that require a Bootique Jetty container
Provides Helper classes for unit tests that require a Bootique Jetty container.
|
| Организация-разработчик |
Организация-разработчикObjectStyle LLC |
| Имя Файла | Размер |
|---|---|
| bootique-jetty-test-0.25.pom | |
| bootique-jetty-test-0.25.jar | 5 KB |
| bootique-jetty-test-0.25-sources.jar | 3 KB |
| bootique-jetty-test-0.25-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-test/ -->
<dependency>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-test</artifactId>
<version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-test/
implementation 'io.bootique.jetty:bootique-jetty-test:0.25'
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-test/
implementation ("io.bootique.jetty:bootique-jetty-test:0.25")
'io.bootique.jetty:bootique-jetty-test:jar:0.25'
<dependency org="io.bootique.jetty" name="bootique-jetty-test" rev="0.25">
<artifact name="bootique-jetty-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jetty', module='bootique-jetty-test', version='0.25')
)
libraryDependencies += "io.bootique.jetty" % "bootique-jetty-test" % "0.25"
[io.bootique.jetty/bootique-jetty-test "0.25"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.bootique.jetty : bootique-jetty-instrumented | jar | 0.25 |
| io.bootique : bootique-test | jar | 0.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 2.15.0 |
| org.glassfish.jersey.core : jersey-client | jar | 2.21 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.