MVN

io.github.xiaoyudeguang : easy-api

Maven & Gradle

Jun 17, 2021
2 usages

easy-api · 能给任何接口、类生成api文档的神器

<dependency>
    <groupId>io.github.xiaoyudeguang</groupId>
    <artifactId>easy-api</artifactId>
    <version>4.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.xiaoyudeguang : easy-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.10

All Versions

Choose a version of io.github.xiaoyudeguang : easy-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
easy-api-4.3.10
easy-api-4.3.9
easy-api-4.3.8
easy-api-4.3.7
easy-api-4.3.6
easy-api-4.3.5
easy-api-4.3.4
easy-api-4.3.3
easy-api-4.3.2
easy-api-4.3.1
4.2.x
easy-api-4.2.24
easy-api-4.2.23
easy-api-4.2.22
easy-api-4.2.20-RELEASE
easy-api-4.2.20
easy-api-4.2.19
easy-api-4.2.18
easy-api-4.2.17
easy-api-4.2.16
easy-api-4.2.15
easy-api-4.2.14
easy-api-4.2.13
easy-api-4.2.12
easy-api-4.2.11
easy-api-4.2.10
easy-api-4.2.9
easy-api-4.2.8
easy-api-4.2.7
easy-api-4.2.6
easy-api-4.2.5
easy-api-4.2.4
easy-api-4.2.3
easy-api-4.2.2
easy-api-4.2.1
4.1.x
easy-api-4.1.22
easy-api-4.1.21
easy-api-4.1.20
easy-api-4.1.19
easy-api-4.1.18
easy-api-4.1.17
easy-api-4.1.16
easy-api-4.1.15
easy-api-4.1.14
easy-api-4.1.13
easy-api-4.1.12
easy-api-4.1.11
easy-api-4.1.10
easy-api-4.1.8
easy-api-4.1.7
easy-api-4.1.6
easy-api-4.1.5
easy-api-4.1.4
easy-api-4.1.3
easy-api-4.1.2
easy-api-4.1.1
easy-api-4.1.0
4.0.x
easy-api-4.0.31
easy-api-4.0.30
easy-api-4.0.29
easy-api-4.0.28
easy-api-4.0.27
easy-api-4.0.26
easy-api-4.0.25
easy-api-4.0.24
easy-api-4.0.23
easy-api-4.0.22
easy-api-4.0.21
easy-api-4.0.20
easy-api-4.0.19
easy-api-4.0.18
easy-api-4.0.17
easy-api-4.0.16
easy-api-4.0.15
easy-api-4.0.14
easy-api-4.0.13
easy-api-4.0.12
easy-api-4.0.11
easy-api-4.0.10
easy-api-4.0.9
easy-api-4.0.8
easy-api-4.0.7
easy-api-4.0.6
easy-api-4.0.5
easy-api-4.0.4
easy-api-4.0.3
easy-api-4.0.2
easy-api-4.0.1.1
easy-api-4.0.1
easy-api-4.0.0.2
easy-api-4.0.0.1
easy-api-4.0.0
3.3.x
easy-api-3.3.28
easy-api-3.3.27
easy-api-3.3.26
easy-api-3.3.25
easy-api-3.3.24
easy-api-3.3.22
easy-api-3.3.22-RELEASE
easy-api-3.3.21-RELEASE
easy-api-3.3.20-RELEASE
easy-api-3.3.19-RELEASE
easy-api-3.3.17-RELEASE
easy-api-3.3.16-RELEASE
easy-api-3.3.15-RELEASE
easy-api-3.3.14-RELEASE
easy-api-3.3.13-RELEASE
easy-api-3.3.12-RELEASE
easy-api-3.3.11-RELEASE
easy-api-3.3.10-RELEASE
easy-api-3.3.9-RELEASE
easy-api-3.3.8-RELEASE
easy-api-3.3.7-RELEASE
easy-api-3.3.6-RELEASE
easy-api-3.3.5-RELEASE
easy-api-3.3.4-RELEASE
easy-api-3.3.3-RELEASE
easy-api-3.3.2-RELEASE
3.2.x
easy-api-3.2.32-RELEASE
easy-api-3.2.31-RELEASE
easy-api-3.2.30-RELEASE
easy-api-3.2.29-RELEASE
easy-api-3.2.28-RELEASE
easy-api-3.2.27-RELEASE
easy-api-3.2.26-RELEASE
0.0.x
easy-api-0.0.3

How to add a dependency to Maven

Add the following io.github.xiaoyudeguang : easy-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.xiaoyudeguang</groupId>
    <artifactId>easy-api</artifactId>
    <version>4.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xiaoyudeguang : easy-api gradle dependency to your build.gradle file:

implementation 'io.github.xiaoyudeguang:easy-api:4.3.10'

Gradle Kotlin DSL: Add the following io.github.xiaoyudeguang : easy-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.xiaoyudeguang:easy-api:4.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xiaoyudeguang : easy-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xiaoyudeguang" % "easy-api" % "4.3.10"