is not current version
Last Version 2.7.1

club.zhcs:open-api-spring-boot-starter 2.7.0

springdoc 实现的openapi接入启动器

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

club.zhcs
ArtifactId

ArtifactId

open-api-spring-boot-starter
Version

Version

2.7.0
Type

Type

jar

Download open-api-spring-boot-starter 2.7.0


<!-- 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"]