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