screengrab
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tools.fastlane</groupId> <artifactId>screengrab</artifactId> <version>2.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>tools.fastlane</groupId> <artifactId>screengrab</artifactId> <version>2.1.1</version> <packaging>aar</packaging> <name>screengrab</name> <url>https://github.com/fastlane/fastlane</url> <description>Screengrab is a commandline tool that automates taking localized screenshots</description> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <scm> <url>https://github.com/fastlane/fastlane</url> <connection>scm:git:git://github.com/fastlane/fastlane.git</connection> </scm> <developers> <developer> <email>me@joshholtz.com</email> <name>Josh Holtz</name> <url>https://github.com/joshdholtz</url> <id>joshdholtz</id> </developer> </developers> <dependencies> <dependency> <artifactId>annotation</artifactId> <groupId>androidx.annotation</groupId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>core</artifactId> <groupId>androidx.test</groupId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>runner</artifactId> <groupId>androidx.test</groupId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>rules</artifactId> <groupId>androidx.test</groupId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>espresso-core</artifactId> <groupId>androidx.test.espresso</groupId> <version>3.3.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>uiautomator</artifactId> <groupId>androidx.test.uiautomator</groupId> <version>2.2.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>falcon</artifactId> <groupId>com.jraska</groupId> <version>2.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>