is not current version
Last Version 0.25

io.bootique.jetty:bootique-jetty-test 0.18

Provides Helper classes for unit tests that require a Bootique Jetty container.

Categories

Categories

Jetty Container Application Servers Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.jetty
ArtifactId

ArtifactId

bootique-jetty-test
Version

Version

0.18
Type

Type

jar

Download bootique-jetty-test 0.18


<!-- https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-test/ -->
<dependency>
    <groupId>io.bootique.jetty</groupId>
    <artifactId>bootique-jetty-test</artifactId>
    <version>0.18</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-test/
implementation 'io.bootique.jetty:bootique-jetty-test:0.18'
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-test/
implementation ("io.bootique.jetty:bootique-jetty-test:0.18")
'io.bootique.jetty:bootique-jetty-test:jar:0.18'
<dependency org="io.bootique.jetty" name="bootique-jetty-test" rev="0.18">
  <artifact name="bootique-jetty-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jetty', module='bootique-jetty-test', version='0.18')
)
libraryDependencies += "io.bootique.jetty" % "bootique-jetty-test" % "0.18"
[io.bootique.jetty/bootique-jetty-test "0.18"]