is not current version
Last Version 1.0.7

cn.ziyicloud.framework.boot:ziyi-boot-starter-web 1.0.0

Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container. generate api docs by swagger2 and knife4j

GroupId

GroupId

cn.ziyicloud.framework.boot
ArtifactId

ArtifactId

ziyi-boot-starter-web
Version

Version

1.0.0
Type

Type

jar

Download ziyi-boot-starter-web 1.0.0


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