License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdleopard-jetty-test |
Last Version | Last Version0.9.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLeopard-Jetty-Test
提供启动Jetty、访问Http接口、停止Jetty的类库,简化经过Jetty的接口单元测试。目前多用于Leopard各设计web的模块,业务系统有MVCUnit,一般情况下不需要用到Leopard-Jetty-Test。
|
<!-- https://jarcasting.com/artifacts/io.leopard/leopard-jetty-test/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard-jetty-test</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty-test/
implementation 'io.leopard:leopard-jetty-test:0.9.12'
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty-test/
implementation ("io.leopard:leopard-jetty-test:0.9.12")
'io.leopard:leopard-jetty-test:jar:0.9.12'
<dependency org="io.leopard" name="leopard-jetty-test" rev="0.9.12">
<artifact name="leopard-jetty-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-jetty-test', version='0.9.12')
)
libraryDependencies += "io.leopard" % "leopard-jetty-test" % "0.9.12"
[io.leopard/leopard-jetty-test "0.9.12"]
Group / Artifact | Type | Version |
---|---|---|
io.leopard : leopard-httpnb | jar | 0.0.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.1 |
io.leopard : leopard-jetty | jar | 0.9.12 |
org.springframework : spring-context-support | jar | 4.3.9.RELEASE |