| Categories | 
                CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration | 
        
|---|---|
| GroupId | GroupIdcom.battcn.boot | 
    
| ArtifactId | ArtifactIdextend-spring-boot-autoconfigure | 
    
| Version | Version2.1.1-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.battcn.boot</groupId>
    <artifactId>extend-spring-boot-autoconfigure</artifactId>
    <version>2.1.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot-autoconfigure/
implementation 'com.battcn.boot:extend-spring-boot-autoconfigure:2.1.1-RELEASE'
                // https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot-autoconfigure/
implementation ("com.battcn.boot:extend-spring-boot-autoconfigure:2.1.1-RELEASE")
                'com.battcn.boot:extend-spring-boot-autoconfigure:jar:2.1.1-RELEASE'
                <dependency org="com.battcn.boot" name="extend-spring-boot-autoconfigure" rev="2.1.1-RELEASE">
  <artifact name="extend-spring-boot-autoconfigure" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.battcn.boot', module='extend-spring-boot-autoconfigure', version='2.1.1-RELEASE')
)
                libraryDependencies += "com.battcn.boot" % "extend-spring-boot-autoconfigure" % "2.1.1-RELEASE"
                [com.battcn.boot/extend-spring-boot-autoconfigure "2.1.1-RELEASE"]