is not current version
Last Version 2.0.7

com.github.houbb:junitperf 2.0.6

Junit 性能测试框架

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

junitperf
Version

Version

2.0.6
Type

Type

jar

Download junitperf 2.0.6


<!-- https://jarcasting.com/artifacts/com.github.houbb/junitperf/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>junitperf</artifactId>
    <version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/junitperf/
implementation 'com.github.houbb:junitperf:2.0.6'
// https://jarcasting.com/artifacts/com.github.houbb/junitperf/
implementation ("com.github.houbb:junitperf:2.0.6")
'com.github.houbb:junitperf:jar:2.0.6'
<dependency org="com.github.houbb" name="junitperf" rev="2.0.6">
  <artifact name="junitperf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='junitperf', version='2.0.6')
)
libraryDependencies += "com.github.houbb" % "junitperf" % "2.0.6"
[com.github.houbb/junitperf "2.0.6"]