| License | License | 
|---|---|
| GroupId | GroupIdxin.yuki | 
| ArtifactId | ArtifactIdauth-server | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionauth-server Auth Server | 
| Filename | Size | 
|---|---|
| auth-server-1.0.1.pom | |
| auth-server-1.0.1.jar | 14 KB | 
| auth-server-1.0.1-sources.jar | 4 KB | 
| auth-server-1.0.1-javadoc.jar | 43 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xin.yuki/auth-server/ -->
<dependency>
    <groupId>xin.yuki</groupId>
    <artifactId>auth-server</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/xin.yuki/auth-server/
implementation 'xin.yuki:auth-server:1.0.1'// https://jarcasting.com/artifacts/xin.yuki/auth-server/
implementation ("xin.yuki:auth-server:1.0.1")'xin.yuki:auth-server:jar:1.0.1'<dependency org="xin.yuki" name="auth-server" rev="1.0.1">
  <artifact name="auth-server" type="jar" />
</dependency>@Grapes(
@Grab(group='xin.yuki', module='auth-server', version='1.0.1')
)libraryDependencies += "xin.yuki" % "auth-server" % "1.0.1"[xin.yuki/auth-server "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.2 | 
| xin.yuki : auth-core | jar | 1.0.1 | 
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.security.oauth.boot : spring-security-oauth2-autoconfigure | jar | 2.1.1.RELEASE | 
| mysql : mysql-connector-java | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.apache.commons : commons-collections4 | jar | 4.1 | 
| org.apache.commons : commons-lang3 | jar | 3.4 | 
| com.alibaba : fastjson | jar | 1.2.49 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |