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