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