Files download
File Operation
flagship-android-3.0.5.pom download
Apache Maven
<dependency>
  <groupId>io.github.flagship-io</groupId>
  <artifactId>flagship-android</artifactId>
  <version>3.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.flagship-io:flagship-android:3.0.5'
Gradle Kotlin
implementation("io.github.flagship-io:flagship-android:3.0.5")
Scala SBT
libraryDependencies += "io.github.flagship-io" % "flagship-android" % "3.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.flagship-io', module='flagship-android', version='3.0.5')
)
Apache Ivy
<dependency org="io.github.flagship-io" name="flagship-android" rev="3.0.5" />
Leiningen
[io.github.flagship-io/flagship-android "3.0.5"]
Apache Buildr
'io.github.flagship-io:flagship-android:jar:3.0.5'