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-3.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>junit-servers</artifactId>
  <version>3.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:junit-servers:3.1.1'
Gradle Kotlin
implementation("com.github.mjeanroy:junit-servers:3.1.1")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "junit-servers" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='junit-servers', version='3.1.1')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="junit-servers" rev="3.1.1" />
Leiningen
[com.github.mjeanroy/junit-servers "3.1.1"]
Apache Buildr
'com.github.mjeanroy:junit-servers:jar:3.1.1'
Dependencies
The project has no third-party dependencies