MVN

cn.bestwu : apidoc

Maven & Gradle

Jun 08, 2018
1 usages

apidoc · apidoc

<dependency>
    <groupId>cn.bestwu</groupId>
    <artifactId>apidoc</artifactId>
    <version>1.2.71</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.bestwu : apidoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.71

All Versions

Choose a version of cn.bestwu : apidoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
apidoc-1.2.71
apidoc-1.2.70
apidoc-1.2.68
apidoc-1.2.67
apidoc-1.2.66
apidoc-1.2.65
apidoc-1.2.64
apidoc-1.2.62
apidoc-1.2.60
apidoc-1.2.59
apidoc-1.2.58
apidoc-1.2.57
apidoc-1.2.56
apidoc-1.2.54
apidoc-1.2.30
apidoc-1.2.29
apidoc-1.2.23
apidoc-1.2.22
apidoc-1.2.21
apidoc-1.2.18
apidoc-1.2.17
apidoc-1.2.16
apidoc-1.2.15
apidoc-1.2.14
apidoc-1.2.13
apidoc-1.2.12
apidoc-1.2.11
apidoc-1.2.10
0.0.x
apidoc-0.0.3
apidoc-0.0.2
cn.bestwu.x
apidoc-cn.bestwu.apidoc.gradle.plugin

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.bestwu</groupId>
    <artifactId>apidoc</artifactId>
    <version>1.2.71</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.bestwu : apidoc gradle dependency to your build.gradle file:

implementation 'cn.bestwu:apidoc:1.2.71'

Gradle Kotlin DSL: Add the following cn.bestwu : apidoc gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.bestwu:apidoc:1.2.71")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.bestwu : apidoc sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.bestwu" % "apidoc" % "1.2.71"

Advertisement