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