Download testdroid-api-2.9.jar file - Jar t

Jar examples for t:testdroid-api

Description

The Testdroid API library for Java

You can download jar file testdroid-api 2.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add testdroid-api-2.9.jar to your project.

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

Download

Click the following link to download the jar file.

testdroid-api-2.9-jar-with-dependencies.jar
testdroid-api-2.9-javadoc.jar
testdroid-api-2.9-sources.jar
testdroid-api-2.9.jar
testdroid-api-2.9.pom



Related Tutorials