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