j

junitperf

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