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