MVN

cn.willingxyz.restdoc : RestDocSpringSwagger2

Maven & Gradle

Apr 23, 2020
2 usages
0 stars
<dependency>
    <groupId>cn.willingxyz.restdoc</groupId>
    <artifactId>RestDocSpringSwagger2</artifactId>
    <version>0.2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.willingxyz.restdoc : RestDocSpringSwagger2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1.4
  • Latest Beta: 0.2.0.0-beta1

All Versions

Choose a version of cn.willingxyz.restdoc : RestDocSpringSwagger2 to add to Maven or Gradle - All Versions:

  • Version Updated
  • RestDocSpringSwagger2-0.2.1.4

    Apr 23, 2020
  • RestDocSpringSwagger2-0.2.1.3

    Apr 22, 2020
  • RestDocSpringSwagger2-0.2.1.1

    Feb 25, 2020
  • RestDocSpringSwagger2-0.2.1.0

    Feb 24, 2020
  • RestDocSpringSwagger2-0.2.0.0

    Dec 26, 2019
  • RestDocSpringSwagger2-0.2.0.0-beta1

    Dec 05, 2019
  • RestDocSpringSwagger2-0.2.0.0-beta

    Dec 05, 2019
  • RestDocSpringSwagger2-0.1.8.3

    Dec 02, 2019
  • RestDocSpringSwagger2-0.1.8.2

    Nov 07, 2019
  • RestDocSpringSwagger2-0.1.8.1

    Nov 04, 2019
  • RestDocSpringSwagger2-0.1.8.0

    Nov 01, 2019
  • RestDocSpringSwagger2-0.1.7.5

    Oct 30, 2019
  • RestDocSpringSwagger2-0.1.7.4

    Oct 28, 2019
  • RestDocSpringSwagger2-0.1.7.3

    Oct 25, 2019
  • RestDocSpringSwagger2-0.1.7.2

    Oct 14, 2019
  • RestDocSpringSwagger2-0.1.7.1

    Sep 20, 2019
  • RestDocSpringSwagger2-0.1.7

    Sep 19, 2019
  • RestDocSpringSwagger2-0.1.6.2

    Sep 02, 2019
  • RestDocSpringSwagger2-0.1.6.1

    Aug 26, 2019
  • RestDocSpringSwagger2-0.1.6

    Aug 20, 2019
  • RestDocSpringSwagger2-0.1.5

    Aug 19, 2019

How to add a dependency to Maven

Add the following cn.willingxyz.restdoc : RestDocSpringSwagger2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.willingxyz.restdoc</groupId>
    <artifactId>RestDocSpringSwagger2</artifactId>
    <version>0.2.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.willingxyz.restdoc : RestDocSpringSwagger2 gradle dependency to your build.gradle file:

implementation 'cn.willingxyz.restdoc:RestDocSpringSwagger2:0.2.1.4'

Gradle Kotlin DSL: Add the following cn.willingxyz.restdoc : RestDocSpringSwagger2 gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.willingxyz.restdoc:RestDocSpringSwagger2:0.2.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.willingxyz.restdoc : RestDocSpringSwagger2 sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.willingxyz.restdoc" % "RestDocSpringSwagger2" % "0.2.1.4"