Download saucerest-1.0.22.jar file - Jar s

Jar examples for s:saucerest

Description

Java library which provides helper methods for invoking the Sauce Labs REST API

You can download jar file saucerest 1.0.22 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add saucerest-1.0.22.jar to your project.

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

Download

Click the following link to download the jar file.

saucerest-1.0.22-javadoc.jar
saucerest-1.0.22-sources.jar
saucerest-1.0.22.jar
saucerest-1.0.22.pom



Related Tutorials