j

junitperf

专门用于生成 maven 项目的项目原型
The Apache Software License, Version 2.0
houbb
文件下载
文件名 操作
junitperf-1.0.0.jar 下载
junitperf-1.0.0.pom 下载
junitperf-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>junitperf</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:junitperf:1.0.0'
Gradle Kotlin
implementation("com.github.houbb:junitperf:1.0.0")
Scala SBT
libraryDependencies += "com.github.houbb" % "junitperf" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='junitperf', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.houbb" name="junitperf" rev="1.0.0" />
Leiningen
[com.github.houbb/junitperf "1.0.0"]
Apache Buildr
'com.github.houbb:junitperf:jar:1.0.0'