j

junit-servers-jetty

Add Jetty Embedded Server to your junit tests case.
https://github.com/mjeanroy/junit-servers
Files download
File Operation
junit-servers-jetty-0.8.0.jar download
junit-servers-jetty-0.8.0.pom download
junit-servers-jetty-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>junit-servers-jetty</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:junit-servers-jetty:0.8.0'
Gradle Kotlin
implementation("com.github.mjeanroy:junit-servers-jetty:0.8.0")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "junit-servers-jetty" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='junit-servers-jetty', version='0.8.0')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="junit-servers-jetty" rev="0.8.0" />
Leiningen
[com.github.mjeanroy/junit-servers-jetty "0.8.0"]
Apache Buildr
'com.github.mjeanroy:junit-servers-jetty:jar:0.8.0'