MVN

cn.stylefeng.roses : openapi-sdk-springdoc

Maven & Gradle

Apr 26, 2023
<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>openapi-sdk-springdoc</artifactId>
    <version>7.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.stylefeng.roses : openapi-sdk-springdoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.4

All Versions

Choose a version of cn.stylefeng.roses : openapi-sdk-springdoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
openapi-sdk-springdoc-7.3.4
openapi-sdk-springdoc-7.3.3
openapi-sdk-springdoc-7.3.2

How to add a dependency to Maven

Add the following cn.stylefeng.roses : openapi-sdk-springdoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>openapi-sdk-springdoc</artifactId>
    <version>7.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.stylefeng.roses : openapi-sdk-springdoc gradle dependency to your build.gradle file:

implementation 'cn.stylefeng.roses:openapi-sdk-springdoc:7.3.4'

Gradle Kotlin DSL: Add the following cn.stylefeng.roses : openapi-sdk-springdoc gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.stylefeng.roses:openapi-sdk-springdoc:7.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.stylefeng.roses : openapi-sdk-springdoc sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.stylefeng.roses" % "openapi-sdk-springdoc" % "7.3.4"