xo-starter
基于spring boot构建的组件库。
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.github.jnoee | 
    
| ArtifactId | ArtifactIdxo-starter-auth-client | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionxo-starter 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-auth-client/ -->
<dependency>
    <groupId>com.github.jnoee</groupId>
    <artifactId>xo-starter-auth-client</artifactId>
    <version>1.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-auth-client/
implementation 'com.github.jnoee:xo-starter-auth-client:1.0.2'
                // https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-auth-client/
implementation ("com.github.jnoee:xo-starter-auth-client:1.0.2")
                'com.github.jnoee:xo-starter-auth-client:jar:1.0.2'
                <dependency org="com.github.jnoee" name="xo-starter-auth-client" rev="1.0.2">
  <artifact name="xo-starter-auth-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.jnoee', module='xo-starter-auth-client', version='1.0.2')
)
                libraryDependencies += "com.github.jnoee" % "xo-starter-auth-client" % "1.0.2"
                [com.github.jnoee/xo-starter-auth-client "1.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.jnoee : xo-starter-auth | jar | 1.0.2 | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.4.RELEASE | 
| org.projectlombok : lombok | jar | 1.16.22 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE | 
基于spring boot构建的组件库。