Files download
File Operation
junit-servers-0.4.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>junit-servers</artifactId>
  <version>0.4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:junit-servers:0.4.2'
Gradle Kotlin
implementation("com.github.mjeanroy:junit-servers:0.4.2")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "junit-servers" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='junit-servers', version='0.4.2')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="junit-servers" rev="0.4.2" />
Leiningen
[com.github.mjeanroy/junit-servers "0.4.2"]
Apache Buildr
'com.github.mjeanroy:junit-servers:jar:0.4.2'