is not current version
Last Version 3.1.0

cn.vorbote:webdev-spring-boot-starter 2.1.1.RELEASE

A spring boot starter.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.vorbote
ArtifactId

ArtifactId

webdev-spring-boot-starter
Version

Version

2.1.1.RELEASE
Type

Type

jar

Download webdev-spring-boot-starter 2.1.1.RELEASE


<!-- https://jarcasting.com/artifacts/cn.vorbote/webdev-spring-boot-starter/ -->
<dependency>
    <groupId>cn.vorbote</groupId>
    <artifactId>webdev-spring-boot-starter</artifactId>
    <version>2.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/webdev-spring-boot-starter/
implementation 'cn.vorbote:webdev-spring-boot-starter:2.1.1.RELEASE'
// https://jarcasting.com/artifacts/cn.vorbote/webdev-spring-boot-starter/
implementation ("cn.vorbote:webdev-spring-boot-starter:2.1.1.RELEASE")
'cn.vorbote:webdev-spring-boot-starter:jar:2.1.1.RELEASE'
<dependency org="cn.vorbote" name="webdev-spring-boot-starter" rev="2.1.1.RELEASE">
  <artifact name="webdev-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='webdev-spring-boot-starter', version='2.1.1.RELEASE')
)
libraryDependencies += "cn.vorbote" % "webdev-spring-boot-starter" % "2.1.1.RELEASE"
[cn.vorbote/webdev-spring-boot-starter "2.1.1.RELEASE"]