MVN

cn.willingxyz.restdoc : RestDocCore

Maven & Gradle

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

Latest Version

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement