c

contiperf

ContiPerf is an open source testing utility that enables the user to easily convert JUnit 4 test cases into performance tests.
http://databene.org/contiperf
GNU Lesser General Public License Apache License Eclipse Public License BSD License
文件下载
文件名 操作
contiperf-1.07.jar 下载
contiperf-1.07.pom 下载
contiperf-1.07-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.databene</groupId>
  <artifactId>contiperf</artifactId>
  <version>1.07</version>
</dependency>
Gradle Groovy
implementation 'org.databene:contiperf:1.07'
Gradle Kotlin
implementation("org.databene:contiperf:1.07")
Scala SBT
libraryDependencies += "org.databene" % "contiperf" % "1.07"
Groovy Grape
@Grapes(
  @Grab(group='org.databene', module='contiperf', version='1.07')
)
Apache Ivy
<dependency org="org.databene" name="contiperf" rev="1.07" />
Leiningen
[org.databene/contiperf "1.07"]
Apache Buildr
'org.databene:contiperf:jar:1.07'
本项目依赖

provided

|-- junit:junit:4.7