| License |
License |
|---|---|
| GroupId | GroupIdcom.shopify.testify |
| ArtifactId | ArtifactIdplugin |
| Version | Version1.1.0-beta2 |
| Type | Typejar |
| Description |
Descriptiontestify-plugin
Android screenshot instrumentation tests plugin.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| plugin-1.1.0-beta2.pom | |
| plugin-1.1.0-beta2.jar | 116 KB |
| plugin-1.1.0-beta2-sources.jar | 261 bytes |
| plugin-1.1.0-beta2-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shopify.testify/plugin/ -->
<dependency>
<groupId>com.shopify.testify</groupId>
<artifactId>plugin</artifactId>
<version>1.1.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.shopify.testify/plugin/
implementation 'com.shopify.testify:plugin:1.1.0-beta2'
// https://jarcasting.com/artifacts/com.shopify.testify/plugin/
implementation ("com.shopify.testify:plugin:1.1.0-beta2")
'com.shopify.testify:plugin:jar:1.1.0-beta2'
<dependency org="com.shopify.testify" name="plugin" rev="1.1.0-beta2">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shopify.testify', module='plugin', version='1.1.0-beta2')
)
libraryDependencies += "com.shopify.testify" % "plugin" % "1.1.0-beta2"
[com.shopify.testify/plugin "1.1.0-beta2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.tools.build : gradle | jar | 4.2.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |