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