Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdclub.zhcs |
ArtifactId | ArtifactIdopen-api-spring-boot-starter |
Version | Version2.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/club.zhcs/open-api-spring-boot-starter/ -->
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>open-api-spring-boot-starter</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/club.zhcs/open-api-spring-boot-starter/
implementation 'club.zhcs:open-api-spring-boot-starter:2.7.0'
// https://jarcasting.com/artifacts/club.zhcs/open-api-spring-boot-starter/
implementation ("club.zhcs:open-api-spring-boot-starter:2.7.0")
'club.zhcs:open-api-spring-boot-starter:jar:2.7.0'
<dependency org="club.zhcs" name="open-api-spring-boot-starter" rev="2.7.0">
<artifact name="open-api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.zhcs', module='open-api-spring-boot-starter', version='2.7.0')
)
libraryDependencies += "club.zhcs" % "open-api-spring-boot-starter" % "2.7.0"
[club.zhcs/open-api-spring-boot-starter "2.7.0"]