is not current version
Last Version 2.0.7

com.github.houbb:junitperf 1.0.1

专门用于生成 maven 项目的项目原型

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

junitperf
Version

Version

1.0.1
Type

Type

jar

Download junitperf 1.0.1


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