https://github.com/yunusmete/openstf-java-client
This project is a client of OpenSTF REST API which enables controlling and managing devices in device farm from your browser.
https://github.com/yunusmete/openstf-java-client
android android-development device-farm openstf openstf-java-client stf
Last synced: about 1 year ago
JSON representation
This project is a client of OpenSTF REST API which enables controlling and managing devices in device farm from your browser.
- Host: GitHub
- URL: https://github.com/yunusmete/openstf-java-client
- Owner: yunusmete
- Created: 2016-11-10T07:44:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T08:05:02.000Z (over 4 years ago)
- Last Synced: 2025-03-24T15:11:19.397Z (over 1 year ago)
- Topics: android, android-development, device-farm, openstf, openstf-java-client, stf
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 41
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## OpenSTF Java Client
[](https://maven-badges.herokuapp.com/maven-central/com.github.yunusmete.stf/openstf-java-client/)
This project is a client of OpenSTF REST API which enables controlling and managing devices in device farm from your browser. You can go and view the project from this link: https://github.com/openstf/stf
You can use that client with test automation frameworks like Appium.
### Download
Maven:
```xml
com.github.yunusmete.stf
openstf-java-client
1.0
```
Gradle:
```
compile 'com.github.yunusmete.stf:openstf-java-client:1.0'
```
Also you can download [the latest JAR][1] and add to your project.
### License [](https://opensource.org/licenses/Apache-2.0)
Copyright 2016 Yunus Mete, Turkey.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
[1]: http://repo1.maven.org/maven2/com/github/yunusmete/stf/openstf-java-client/1.0/