j

junitperf

Junit 性能测试框架
The Apache Software License, Version 2.0
houbb
Files download
File Operation
junitperf-2.0.7.jar download
junitperf-2.0.7.pom download
junitperf-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>junitperf</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:junitperf:2.0.7'
Gradle Kotlin
implementation("com.github.houbb:junitperf:2.0.7")
Scala SBT
libraryDependencies += "com.github.houbb" % "junitperf" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='junitperf', version='2.0.7')
)
Apache Ivy
<dependency org="com.github.houbb" name="junitperf" rev="2.0.7" />
Leiningen
[com.github.houbb/junitperf "2.0.7"]
Apache Buildr
'com.github.houbb:junitperf:jar:2.0.7'