b

burst-android-test-app

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