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