s

screenshott

Android library that allows taking a screenshot of the device screen , programmatically
https://github.com/nisrulz/screenshott
The Apache Software License, Version 2.0
Nishant Srivastava
Files download
File Operation
screenshott-2.0.0.pom download
screenshott-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>screenshott</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:screenshott:2.0.0'
Gradle Kotlin
implementation("com.github.nisrulz:screenshott:2.0.0")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "screenshott" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='screenshott', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="screenshott" rev="2.0.0" />
Leiningen
[com.github.nisrulz/screenshott "2.0.0"]
Apache Buildr
'com.github.nisrulz:screenshott:jar:2.0.0'
Dependencies
The project has no third-party dependencies