GroupId | GroupIdcom.facebook.testing.screenshot |
---|---|
ArtifactId | ArtifactIdplugin |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
plugin-0.4.3.pom | |
plugin-0.4.3.jar | 44 KB |
plugin-0.4.3-sources.jar | 17 KB |
plugin-0.4.3-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.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.testing.screenshot/plugin/
implementation 'com.facebook.testing.screenshot:plugin:0.4.3'
// https://jarcasting.com/artifacts/com.facebook.testing.screenshot/plugin/
implementation ("com.facebook.testing.screenshot:plugin:0.4.3")
'com.facebook.testing.screenshot:plugin:jar:0.4.3'
<dependency org="com.facebook.testing.screenshot" name="plugin" rev="0.4.3">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.testing.screenshot', module='plugin', version='0.4.3')
)
libraryDependencies += "com.facebook.testing.screenshot" % "plugin" % "0.4.3"
[com.facebook.testing.screenshot/plugin "0.4.3"]