MVN

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

Maven & Gradle

Aug 25, 2023

open-api-spring-boot-starter · springdoc 实现的openapi接入启动器

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>open-api-spring-boot-starter</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.zhcs : open-api-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3

All Versions

Choose a version of club.zhcs : open-api-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
open-api-spring-boot-starter-3.1.3
open-api-spring-boot-starter-3.1.2
open-api-spring-boot-starter-3.1.1
open-api-spring-boot-starter-3.1.0
3.0.x
open-api-spring-boot-starter-3.0.1
open-api-spring-boot-starter-3.0.0
2.7.x
open-api-spring-boot-starter-2.7.14
open-api-spring-boot-starter-2.7.13
open-api-spring-boot-starter-2.7.12
open-api-spring-boot-starter-2.7.11
open-api-spring-boot-starter-2.7.10
open-api-spring-boot-starter-2.7.9
open-api-spring-boot-starter-2.7.8
open-api-spring-boot-starter-2.7.7
open-api-spring-boot-starter-2.7.6
open-api-spring-boot-starter-2.7.5
open-api-spring-boot-starter-2.7.4
open-api-spring-boot-starter-2.7.3
open-api-spring-boot-starter-2.7.2
open-api-spring-boot-starter-2.7.1
open-api-spring-boot-starter-2.7.0
2.6.x
open-api-spring-boot-starter-2.6.7
open-api-spring-boot-starter-2.6.6
open-api-spring-boot-starter-2.6.5
open-api-spring-boot-starter-2.6.4
open-api-spring-boot-starter-2.6.3
open-api-spring-boot-starter-2.6.2

How to add a dependency to Maven

Add the following club.zhcs : open-api-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>open-api-spring-boot-starter</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.zhcs : open-api-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'club.zhcs:open-api-spring-boot-starter:3.1.3'

Gradle Kotlin DSL: Add the following club.zhcs : open-api-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("club.zhcs:open-api-spring-boot-starter:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.zhcs : open-api-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "club.zhcs" % "open-api-spring-boot-starter" % "3.1.3"

Advertisement