GroupId | GroupIdcom.facebook.testing.screenshot |
---|---|
ArtifactId | ArtifactIdlayout-hierarchy-common |
Version | Version0.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.facebook.testing.screenshot/layout-hierarchy-common/ -->
<dependency>
<groupId>com.facebook.testing.screenshot</groupId>
<artifactId>layout-hierarchy-common</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.testing.screenshot/layout-hierarchy-common/
implementation 'com.facebook.testing.screenshot:layout-hierarchy-common:0.7.0'
// https://jarcasting.com/artifacts/com.facebook.testing.screenshot/layout-hierarchy-common/
implementation ("com.facebook.testing.screenshot:layout-hierarchy-common:0.7.0")
'com.facebook.testing.screenshot:layout-hierarchy-common:jar:0.7.0'
<dependency org="com.facebook.testing.screenshot" name="layout-hierarchy-common" rev="0.7.0">
<artifact name="layout-hierarchy-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.testing.screenshot', module='layout-hierarchy-common', version='0.7.0')
)
libraryDependencies += "com.facebook.testing.screenshot" % "layout-hierarchy-common" % "0.7.0"
[com.facebook.testing.screenshot/layout-hierarchy-common "0.7.0"]