MVN

com.fengwenyi : api-result

Maven & Gradle

Nov 20, 2022
2 usages
26 stars

api-result · 一套RESTful风格API接口响应参数规范化的解决方案

<dependency>
    <groupId>com.fengwenyi</groupId>
    <artifactId>api-result</artifactId>
    <version>2.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fengwenyi : api-result to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.4

All Versions

Choose a version of com.fengwenyi : api-result to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
api-result-2.7.4
api-result-2.7.3
api-result-2.7.2
api-result-2.7.1
api-result-2.7.0
2.6.x
api-result-2.6.1
api-result-2.6.0
2.5.x
api-result-2.5.3
api-result-2.5.2
api-result-2.5.1
api-result-2.5.0
2.4.x
api-result-2.4.2
api-result-2.4.1
api-result-2.4.0
2.3.x
api-result-2.3.1
api-result-2.3.0
2.2.x
api-result-2.2.1.RELEASE
api-result-2.2.0.RELEASE
2.1.x
api-result-2.1.1.RELEASE
api-result-2.1.0.RELEASE
2.0.x
api-result-2.0.4.RELEASE
api-result-2.0.3
api-result-2.0.2
api-result-2.0.1
api-result-2.0.0
1.0.x
api-result-1.0.1

How to add a dependency to Maven

Add the following com.fengwenyi : api-result maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fengwenyi</groupId>
    <artifactId>api-result</artifactId>
    <version>2.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fengwenyi : api-result gradle dependency to your build.gradle file:

implementation 'com.fengwenyi:api-result:2.7.4'

Gradle Kotlin DSL: Add the following com.fengwenyi : api-result gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fengwenyi:api-result:2.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fengwenyi : api-result sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fengwenyi" % "api-result" % "2.7.4"

Advertisement