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