Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-mvc |
Version | Version1.1.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-mvc/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-mvc</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-mvc/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-mvc:1.1.10'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-mvc/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-mvc:1.1.10")
'com.github.yingzhuo:carnival-spring-boot-starter-mvc:jar:1.1.10'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-mvc" rev="1.1.10">
<artifact name="carnival-spring-boot-starter-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-mvc', version='1.1.10')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-mvc" % "1.1.10"
[com.github.yingzhuo/carnival-spring-boot-starter-mvc "1.1.10"]