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