License |
License |
---|---|
GroupId | GroupIdcom.fengwenyi |
ArtifactId | ArtifactIdapi-result |
Version | Version2.3.1 |
Type | Typejar |
Description |
Descriptionapi-result
一套API接口响应参数规范化解决方案
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-result-2.3.1.pom | |
api-result-2.3.1.jar | 10 KB |
api-result-2.3.1-sources.jar | 6 KB |
api-result-2.3.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fengwenyi/api-result/ -->
<dependency>
<groupId>com.fengwenyi</groupId>
<artifactId>api-result</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fengwenyi/api-result/
implementation 'com.fengwenyi:api-result:2.3.1'
// https://jarcasting.com/artifacts/com.fengwenyi/api-result/
implementation ("com.fengwenyi:api-result:2.3.1")
'com.fengwenyi:api-result:jar:2.3.1'
<dependency org="com.fengwenyi" name="api-result" rev="2.3.1">
<artifact name="api-result" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fengwenyi', module='api-result', version='2.3.1')
)
libraryDependencies += "com.fengwenyi" % "api-result" % "2.3.1"
[com.fengwenyi/api-result "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fengwenyi : JavaLib | jar | 2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |