b

burst-android-test-instrumentation

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