a

api-result

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