l

layout-hierarchy-common

Screenshot Tests Common Layout Hierarchy Plugins
https://github.com/facebook/screenshot-tests-for-android
Apache-2
Facebook
文件下载
文件名 操作
layout-hierarchy-common-0.15.0.pom 下载
layout-hierarchy-common-0.15.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.facebook.testing.screenshot</groupId>
  <artifactId>layout-hierarchy-common</artifactId>
  <version>0.15.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.testing.screenshot:layout-hierarchy-common:0.15.0'
Gradle Kotlin
implementation("com.facebook.testing.screenshot:layout-hierarchy-common:0.15.0")
Scala SBT
libraryDependencies += "com.facebook.testing.screenshot" % "layout-hierarchy-common" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.testing.screenshot', module='layout-hierarchy-common', version='0.15.0')
)
Apache Ivy
<dependency org="com.facebook.testing.screenshot" name="layout-hierarchy-common" rev="0.15.0" />
Leiningen
[com.facebook.testing.screenshot/layout-hierarchy-common "0.15.0"]
Apache Buildr
'com.facebook.testing.screenshot:layout-hierarchy-common:jar:0.15.0'