a

api-result

一套API接口响应参数规范化解决方案
The MIT License
Erwin Feng
Files download
File Operation
api-result-2.4.2.jar download
api-result-2.4.2.pom download
api-result-2.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fengwenyi</groupId>
  <artifactId>api-result</artifactId>
  <version>2.4.2</version>
</dependency>
Gradle Groovy
implementation 'com.fengwenyi:api-result:2.4.2'
Gradle Kotlin
implementation("com.fengwenyi:api-result:2.4.2")
Scala SBT
libraryDependencies += "com.fengwenyi" % "api-result" % "2.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.fengwenyi', module='api-result', version='2.4.2')
)
Apache Ivy
<dependency org="com.fengwenyi" name="api-result" rev="2.4.2" />
Leiningen
[com.fengwenyi/api-result "2.4.2"]
Apache Buildr
'com.fengwenyi:api-result:jar:2.4.2'