Download contiperf-2.0.0.jar file - Jar c

Jar examples for c:contiperf

Description

ContiPerf is an open source testing utility that enables the user to easily convert JUnit 4 test cases into performance tests.

You can download jar file contiperf 2.0.0 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add contiperf-2.0.0.jar to your project.

<dependency>
   <groupId>org.databene</groupId>
   <artifactId>contiperf</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'org.databene', name: 'contiperf', version: '2.0.0'
libraryDependencies += "org.databene" % "contiperf" % "2.0.0"
<dependency org="org.databene" name="contiperf" rev="2.0.0"/>
@Grapes(@Grab(group='org.databene', module='contiperf', version='2.0.0'))
'org.databene:contiperf:jar:2.0.0'

Download

Click the following link to download the jar file.

contiperf-2.0.0-sources.jar
contiperf-2.0.0.jar
contiperf-2.0.0.pom



Related Tutorials