is not current version
Last Version 1.1.1

com.fengwenyi:JavaLib-result 1.1.0

【JavaLib】对接口结果(result)进行规范封装

GroupId

GroupId

com.fengwenyi
ArtifactId

ArtifactId

JavaLib-result
Version

Version

1.1.0
Type

Type

jar

Download JavaLib-result 1.1.0


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