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