MVN

cn.willingxyz.restdoc : RestDocSpring

Maven & Gradle

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

Latest Version

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement