MVN

cn.willingxyz.restdoc : RestDocSwaggerCommon

Maven & Gradle

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

Latest Version

Choose a version of cn.willingxyz.restdoc : RestDocSwaggerCommon 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 : RestDocSwaggerCommon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
RestDocSwaggerCommon-0.2.1.4
RestDocSwaggerCommon-0.2.1.3
RestDocSwaggerCommon-0.2.1.1
RestDocSwaggerCommon-0.2.1.0
RestDocSwaggerCommon-0.2.0.0
RestDocSwaggerCommon-0.2.0.0-beta1
RestDocSwaggerCommon-0.2.0.0-beta
0.1.x
RestDocSwaggerCommon-0.1.8.3
RestDocSwaggerCommon-0.1.8.2
RestDocSwaggerCommon-0.1.8.1
RestDocSwaggerCommon-0.1.8.0
RestDocSwaggerCommon-0.1.7.5
RestDocSwaggerCommon-0.1.7.4
RestDocSwaggerCommon-0.1.7.3
RestDocSwaggerCommon-0.1.7.2
RestDocSwaggerCommon-0.1.7.1
RestDocSwaggerCommon-0.1.7
RestDocSwaggerCommon-0.1.6.2
RestDocSwaggerCommon-0.1.6.1
RestDocSwaggerCommon-0.1.6
RestDocSwaggerCommon-0.1.5

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement