Download junitperf-1.8.jar file - Jar j

Jar examples for j:junitperf

Description

API performance testing framework built using JUnit

You can download jar file junitperf 1.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add junitperf-1.8.jar to your project.

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

Download

Click the following link to download the jar file.

junitperf-1.8.jar
junitperf-1.8.pom



Related Tutorials