MVN

io.leopard : leopard-jetty-test

Maven & Gradle

Apr 21, 2018
10 usages

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

<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>leopard-jetty-test</artifactId>
    <version>0.9.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.leopard : leopard-jetty-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.12

All Versions

Choose a version of io.leopard : leopard-jetty-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
leopard-jetty-test-0.9.12
leopard-jetty-test-0.9.11
leopard-jetty-test-0.9.10
leopard-jetty-test-0.9.8
leopard-jetty-test-0.9.6
leopard-jetty-test-0.9.4
0.0.x
leopard-jetty-test-0.0.5

How to add a dependency to Maven

Add the following io.leopard : leopard-jetty-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>leopard-jetty-test</artifactId>
    <version>0.9.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.leopard : leopard-jetty-test gradle dependency to your build.gradle file:

implementation 'io.leopard:leopard-jetty-test:0.9.12'

Gradle Kotlin DSL: Add the following io.leopard : leopard-jetty-test gradle kotlin dependency to your build.gradle.kts file:

implementation("io.leopard:leopard-jetty-test:0.9.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.leopard : leopard-jetty-test sbt scala dependency to your build.sbt file:

libraryDependencies += "io.leopard" % "leopard-jetty-test" % "0.9.12"

Advertisement