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