Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hfcsbc.sdk |
ArtifactId | ArtifactIdupload-client |
Version | Version2.0.19 |
Type | Typejar |
Filename | Size |
---|---|
upload-client-2.0.19.pom | |
upload-client-2.0.19.jar | 127 KB |
upload-client-2.0.19-sources.jar | 39 KB |
upload-client-2.0.19-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hfcsbc.sdk/upload-client/ -->
<dependency>
<groupId>com.hfcsbc.sdk</groupId>
<artifactId>upload-client</artifactId>
<version>2.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.hfcsbc.sdk/upload-client/
implementation 'com.hfcsbc.sdk:upload-client:2.0.19'
// https://jarcasting.com/artifacts/com.hfcsbc.sdk/upload-client/
implementation ("com.hfcsbc.sdk:upload-client:2.0.19")
'com.hfcsbc.sdk:upload-client:jar:2.0.19'
<dependency org="com.hfcsbc.sdk" name="upload-client" rev="2.0.19">
<artifact name="upload-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hfcsbc.sdk', module='upload-client', version='2.0.19')
)
libraryDependencies += "com.hfcsbc.sdk" % "upload-client" % "2.0.19"
[com.hfcsbc.sdk/upload-client "2.0.19"]