| GroupId | GroupIdcn.ziyicloud.framework.boot |
|---|---|
| ArtifactId | ArtifactIdziyi-boot-starter-web |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ziyi-boot-starter-web-1.0.0.pom | |
| ziyi-boot-starter-web-1.0.0.jar | 1 KB |
| Browse |
<!-- 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"]