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

Jar examples for t:testdroid-api

Description

The Testdroid API library for Java

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

testdroid-api-1.4.8-javadoc.jar
testdroid-api-1.4.8-sources.jar
testdroid-api-1.4.8.jar
testdroid-api-1.4.8.pom



Related Tutorials