a

api-result

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