| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.hwywl | 
    
| ArtifactId | ArtifactIdutil-plus-spring-boot-starter | 
    
| Version | Version1.0.7-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionutil-plus 
            一个使用很方便的工具类 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.hwywl/util-plus-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.hwywl</groupId>
    <artifactId>util-plus-spring-boot-starter</artifactId>
    <version>1.0.7-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hwywl/util-plus-spring-boot-starter/
implementation 'com.github.hwywl:util-plus-spring-boot-starter:1.0.7-RELEASE'
                // https://jarcasting.com/artifacts/com.github.hwywl/util-plus-spring-boot-starter/
implementation ("com.github.hwywl:util-plus-spring-boot-starter:1.0.7-RELEASE")
                'com.github.hwywl:util-plus-spring-boot-starter:jar:1.0.7-RELEASE'
                <dependency org="com.github.hwywl" name="util-plus-spring-boot-starter" rev="1.0.7-RELEASE">
  <artifact name="util-plus-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hwywl', module='util-plus-spring-boot-starter', version='1.0.7-RELEASE')
)
                libraryDependencies += "com.github.hwywl" % "util-plus-spring-boot-starter" % "1.0.7-RELEASE"
                [com.github.hwywl/util-plus-spring-boot-starter "1.0.7-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.3.0.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.0.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.0.RELEASE | 
| javax.servlet : javax.servlet-api | jar | 4.0.1 | 
| org.projectlombok : lombok | jar | 1.18.12 | 
| com.aliyun.openservices : aliyun-log | jar | 0.6.61 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.0.RELEASE |