a

api-result

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