is not current version
Last Version 0.9.12

io.leopard:leopard-jetty-test 0.9.4

提供启动Jetty、访问Http接口、停止Jetty的类库,简化经过Jetty的接口单元测试。目前多用于Leopard各设计web的模块,业务系统有MVCUnit,一般情况下不需要用到Leopard-Jetty-Test。

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

leopard-jetty-test
Version

Version

0.9.4
Type

Type

jar

Download leopard-jetty-test 0.9.4


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