Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.gitee.zhucan123 |
ArtifactId | ArtifactIdenum-spring-boot-starter |
Version | Version1.0.8-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
enum-spring-boot-starter-1.0.8-RELEASE.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.zhucan123/enum-spring-boot-starter/ -->
<dependency>
<groupId>io.gitee.zhucan123</groupId>
<artifactId>enum-spring-boot-starter</artifactId>
<version>1.0.8-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.zhucan123/enum-spring-boot-starter/
implementation 'io.gitee.zhucan123:enum-spring-boot-starter:1.0.8-RELEASE'
// https://jarcasting.com/artifacts/io.gitee.zhucan123/enum-spring-boot-starter/
implementation ("io.gitee.zhucan123:enum-spring-boot-starter:1.0.8-RELEASE")
'io.gitee.zhucan123:enum-spring-boot-starter:pom:1.0.8-RELEASE'
<dependency org="io.gitee.zhucan123" name="enum-spring-boot-starter" rev="1.0.8-RELEASE">
<artifact name="enum-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitee.zhucan123', module='enum-spring-boot-starter', version='1.0.8-RELEASE')
)
libraryDependencies += "io.gitee.zhucan123" % "enum-spring-boot-starter" % "1.0.8-RELEASE"
[io.gitee.zhucan123/enum-spring-boot-starter "1.0.8-RELEASE"]