b

burst-android-test-instrumentation

文件下载
文件名 操作
burst-android-test-instrumentation-1.0.2.jar 下载
burst-android-test-instrumentation-1.0.2.pom 下载
burst-android-test-instrumentation-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.burst</groupId>
  <artifactId>burst-android-test-instrumentation</artifactId>
  <version>1.0.2</version>
  <type>apk</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.burst:burst-android-test-instrumentation:1.0.2'
Gradle Kotlin
implementation("com.squareup.burst:burst-android-test-instrumentation:1.0.2")
Scala SBT
libraryDependencies += "com.squareup.burst" % "burst-android-test-instrumentation" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.burst', module='burst-android-test-instrumentation', version='1.0.2')
)
Apache Ivy
<dependency org="com.squareup.burst" name="burst-android-test-instrumentation" rev="1.0.2" />
Leiningen
[com.squareup.burst/burst-android-test-instrumentation "1.0.2"]
Apache Buildr
'com.squareup.burst:burst-android-test-instrumentation:jar:1.0.2'