is not current version
Last Version 2.0.7

com.github.houbb:junitperf 1.0.3

Junit 性能测试框架

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

junitperf
Version

Version

1.0.3
Type

Type

jar

Download junitperf 1.0.3


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