License |
License |
---|---|
GroupId | GroupIdcom.facebook.testing.screenshot |
ArtifactId | ArtifactIdplugin |
Last Version | Last Version0.15.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlugin
Gradle build plugin for Screenshot tests for android library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plugin-0.15.0.pom | |
plugin-0.15.0.jar | 51 KB |
plugin-0.15.0-sources.jar | 32 KB |
plugin-0.15.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.testing.screenshot/plugin/ -->
<dependency>
<groupId>com.facebook.testing.screenshot</groupId>
<artifactId>plugin</artifactId>
<version>0.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.testing.screenshot/plugin/
implementation 'com.facebook.testing.screenshot:plugin:0.15.0'
// https://jarcasting.com/artifacts/com.facebook.testing.screenshot/plugin/
implementation ("com.facebook.testing.screenshot:plugin:0.15.0")
'com.facebook.testing.screenshot:plugin:jar:0.15.0'
<dependency org="com.facebook.testing.screenshot" name="plugin" rev="0.15.0">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.testing.screenshot', module='plugin', version='0.15.0')
)
libraryDependencies += "com.facebook.testing.screenshot" % "plugin" % "0.15.0"
[com.facebook.testing.screenshot/plugin "0.15.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.10 |