MVN

com.github.fengyuchenglun : apidoc-springmvc

Maven & Gradle

Oct 17, 2020
1 usages
0 stars

apidoc-springmvc · A rest document generator with parse the source code.

<dependency>
    <groupId>com.github.fengyuchenglun</groupId>
    <artifactId>apidoc-springmvc</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fengyuchenglun : apidoc-springmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.github.fengyuchenglun : apidoc-springmvc to add to Maven or Gradle - All Versions:

  • Version Updated
  • apidoc-springmvc-1.0.12

    Oct 16, 2020
  • apidoc-springmvc-1.0.11

    Oct 13, 2020
  • apidoc-springmvc-1.0.10

    Aug 16, 2020

How to add a dependency to Maven

Add the following com.github.fengyuchenglun : apidoc-springmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fengyuchenglun</groupId>
    <artifactId>apidoc-springmvc</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fengyuchenglun : apidoc-springmvc gradle dependency to your build.gradle file:

implementation 'com.github.fengyuchenglun:apidoc-springmvc:1.0.12'

Gradle Kotlin DSL: Add the following com.github.fengyuchenglun : apidoc-springmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fengyuchenglun:apidoc-springmvc:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fengyuchenglun : apidoc-springmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fengyuchenglun" % "apidoc-springmvc" % "1.0.12"