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.
License |
License |
---|---|
Categories |
CategoriesUndertow Net Networking Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.undertow |
ArtifactId | ArtifactIdbootique-undertow-test |
Last Version | Last Version0.25 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-undertow-test
Helper classes for integration tests that require a Bootique Undertow server.
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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.