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