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