is not current version
Last Version 2.1.0

com.github.mjeanroy:junit-servers-jetty 2.0.1

Add Jetty Embedded Server to your junit tests case.

Categories

Categories

Jetty Container Application Servers JUnit Unit Testing
GroupId

GroupId

com.github.mjeanroy
ArtifactId

ArtifactId

junit-servers-jetty
Version

Version

2.0.1
Type

Type

jar

Download junit-servers-jetty 2.0.1


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