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