文件下载
文件名 操作
junit-servers-core-2.1.1.jar 下载
junit-servers-core-2.1.1.pom 下载
junit-servers-core-2.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>junit-servers-core</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:junit-servers-core:2.1.1'
Gradle Kotlin
implementation("com.github.mjeanroy:junit-servers-core:2.1.1")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "junit-servers-core" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='junit-servers-core', version='2.1.1')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="junit-servers-core" rev="2.1.1" />
Leiningen
[com.github.mjeanroy/junit-servers-core "2.1.1"]
Apache Buildr
'com.github.mjeanroy:junit-servers-core:jar:2.1.1'