| License |
License |
|---|---|
| Categories |
CategoriesGithub Development Tools Version Controls |
| GroupId | GroupIdcom.github.lkkushan101.appiumscreengrab |
| ArtifactId | ArtifactIdcom.github.lkkushan101.appiumscreengrab |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAppiumScreenGrabber
Appium Screen Grabber is a Utlity API which allowes test automation enginners to captured the screen shot of any Android real device connected
|
<!-- https://jarcasting.com/artifacts/com.github.lkkushan101.appiumscreengrab/com.github.lkkushan101.appiumscreengrab/ -->
<dependency>
<groupId>com.github.lkkushan101.appiumscreengrab</groupId>
<artifactId>com.github.lkkushan101.appiumscreengrab</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lkkushan101.appiumscreengrab/com.github.lkkushan101.appiumscreengrab/
implementation 'com.github.lkkushan101.appiumscreengrab:com.github.lkkushan101.appiumscreengrab:1.0'
// https://jarcasting.com/artifacts/com.github.lkkushan101.appiumscreengrab/com.github.lkkushan101.appiumscreengrab/
implementation ("com.github.lkkushan101.appiumscreengrab:com.github.lkkushan101.appiumscreengrab:1.0")
'com.github.lkkushan101.appiumscreengrab:com.github.lkkushan101.appiumscreengrab:jar:1.0'
<dependency org="com.github.lkkushan101.appiumscreengrab" name="com.github.lkkushan101.appiumscreengrab" rev="1.0">
<artifact name="com.github.lkkushan101.appiumscreengrab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lkkushan101.appiumscreengrab', module='com.github.lkkushan101.appiumscreengrab', version='1.0')
)
libraryDependencies += "com.github.lkkushan101.appiumscreengrab" % "com.github.lkkushan101.appiumscreengrab" % "1.0"
[com.github.lkkushan101.appiumscreengrab "1.0"]