| Categories | 
                CategoriesSpring Boot Container Microservices Configuration Application Layer Libs config | 
        
|---|---|
| GroupId | GroupIdcn.kevinkda.core | 
    
| ArtifactId | ArtifactIdspring-boot-default-configuration | 
    
| Version | Version2.0.3.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| spring-boot-default-configuration-2.0.3.RELEASE.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.kevinkda.core/spring-boot-default-configuration/ -->
<dependency>
    <groupId>cn.kevinkda.core</groupId>
    <artifactId>spring-boot-default-configuration</artifactId>
    <version>2.0.3.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.kevinkda.core/spring-boot-default-configuration/
implementation 'cn.kevinkda.core:spring-boot-default-configuration:2.0.3.RELEASE'
                // https://jarcasting.com/artifacts/cn.kevinkda.core/spring-boot-default-configuration/
implementation ("cn.kevinkda.core:spring-boot-default-configuration:2.0.3.RELEASE")
                'cn.kevinkda.core:spring-boot-default-configuration:pom:2.0.3.RELEASE'
                <dependency org="cn.kevinkda.core" name="spring-boot-default-configuration" rev="2.0.3.RELEASE">
  <artifact name="spring-boot-default-configuration" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.kevinkda.core', module='spring-boot-default-configuration', version='2.0.3.RELEASE')
)
                libraryDependencies += "cn.kevinkda.core" % "spring-boot-default-configuration" % "2.0.3.RELEASE"
                [cn.kevinkda.core/spring-boot-default-configuration "2.0.3.RELEASE"]