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