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