Download testing-tools-1.2.6.jar file - Jar t

Jar examples for t:testing-tools

Description

Tools that for automated testing. This package includes a simple HTTP Server Simulator based on Jetty, which supports SSL as well as a few other tools.

You can download jar file testing-tools 1.2.6 in this page.

Build File

You can use the following script to add testing-tools-1.2.6.jar to your project.

<dependency>
   <groupId>com.jolira</groupId>
   <artifactId>testing-tools</artifactId>
   <version>1.2.6</version>
</dependency>
compile group: 'com.jolira', name: 'testing-tools', version: '1.2.6'
libraryDependencies += "com.jolira" % "testing-tools" % "1.2.6"
<dependency org="com.jolira" name="testing-tools" rev="1.2.6"/>
@Grapes(@Grab(group='com.jolira', module='testing-tools', version='1.2.6'))
'com.jolira:testing-tools:jar:1.2.6'

Download

Click the following link to download the jar file.

testing-tools-1.2.6-javadoc.jar
testing-tools-1.2.6-sources.jar
testing-tools-1.2.6.jar
testing-tools-1.2.6.pom



Related Tutorials