a

api-result

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