j

junit-servers-tomcat-8

Add Tomcat Embedded Server to your junit tests case.
https://github.com/mjeanroy/junit-servers
文件下载
文件名 操作
junit-servers-tomcat-8-3.2.0.jar 下载
junit-servers-tomcat-8-3.2.0.pom 下载
junit-servers-tomcat-8-3.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>junit-servers-tomcat-8</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:junit-servers-tomcat-8:3.2.0'
Gradle Kotlin
implementation("com.github.mjeanroy:junit-servers-tomcat-8:3.2.0")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "junit-servers-tomcat-8" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='junit-servers-tomcat-8', version='3.2.0')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="junit-servers-tomcat-8" rev="3.2.0" />
Leiningen
[com.github.mjeanroy/junit-servers-tomcat-8 "3.2.0"]
Apache Buildr
'com.github.mjeanroy:junit-servers-tomcat-8:jar:3.2.0'