is not current version
Last Version 0.16

com.nhl.bootique.jetty:bootique-jetty-test 0.15

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

Categories

Categories

Jetty Container Application Servers Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.jetty
ArtifactId

ArtifactId

bootique-jetty-test
Version

Version

0.15
Type

Type

jar

Download bootique-jetty-test 0.15


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