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