bootique-jetty
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.
License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.jetty |
ArtifactId | ArtifactIdbootique-jetty-test |
Last Version | Last Version0.25 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-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.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique.jetty : bootique-jetty-instrumented | jar | 0.25 |
io.bootique : bootique-test | jar | 0.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
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.