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