GroupId | GroupIdcom.fengwenyi |
---|---|
ArtifactId | ArtifactIdapi-result |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
api-result-2.4.2.pom | |
api-result-2.4.2.jar | 14 KB |
api-result-2.4.2-sources.jar | 9 KB |
api-result-2.4.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fengwenyi/api-result/ -->
<dependency>
<groupId>com.fengwenyi</groupId>
<artifactId>api-result</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fengwenyi/api-result/
implementation 'com.fengwenyi:api-result:2.4.2'
// https://jarcasting.com/artifacts/com.fengwenyi/api-result/
implementation ("com.fengwenyi:api-result:2.4.2")
'com.fengwenyi:api-result:jar:2.4.2'
<dependency org="com.fengwenyi" name="api-result" rev="2.4.2">
<artifact name="api-result" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fengwenyi', module='api-result', version='2.4.2')
)
libraryDependencies += "com.fengwenyi" % "api-result" % "2.4.2"
[com.fengwenyi/api-result "2.4.2"]