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