is not current version
Last Version 2.7.0

com.fengwenyi:api-result 2.0.0

对API接口返回结果规范封装解决方案

GroupId

GroupId

com.fengwenyi
ArtifactId

ArtifactId

api-result
Version

Version

2.0.0
Type

Type

jar

Download api-result 2.0.0


<!-- https://jarcasting.com/artifacts/com.fengwenyi/api-result/ -->
<dependency>
    <groupId>com.fengwenyi</groupId>
    <artifactId>api-result</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fengwenyi/api-result/
implementation 'com.fengwenyi:api-result:2.0.0'
// https://jarcasting.com/artifacts/com.fengwenyi/api-result/
implementation ("com.fengwenyi:api-result:2.0.0")
'com.fengwenyi:api-result:jar:2.0.0'
<dependency org="com.fengwenyi" name="api-result" rev="2.0.0">
  <artifact name="api-result" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fengwenyi', module='api-result', version='2.0.0')
)
libraryDependencies += "com.fengwenyi" % "api-result" % "2.0.0"
[com.fengwenyi/api-result "2.0.0"]