j

junit-servers

Add Embedded Server to your junit tests case.
https://github.com/mjeanroy/junit-servers
MIT License
Mickael Jeanroy
Files download
File Operation
junit-servers-2.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>junit-servers</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:junit-servers:2.0.1'
Gradle Kotlin
implementation("com.github.mjeanroy:junit-servers:2.0.1")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "junit-servers" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='junit-servers', version='2.0.1')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="junit-servers" rev="2.0.1" />
Leiningen
[com.github.mjeanroy/junit-servers "2.0.1"]
Apache Buildr
'com.github.mjeanroy:junit-servers:jar:2.0.1'
Dependencies
The project has no third-party dependencies