Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hfcsbc.sdk |
ArtifactId | ArtifactIdupload-client |
Version | Version2.0.18 |
Type | Typejar |
Filename | Size |
---|---|
upload-client-2.0.18.pom | |
upload-client-2.0.18.jar | 127 KB |
upload-client-2.0.18-sources.jar | 39 KB |
upload-client-2.0.18-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.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.hfcsbc.sdk/upload-client/
implementation 'com.hfcsbc.sdk:upload-client:2.0.18'
// https://jarcasting.com/artifacts/com.hfcsbc.sdk/upload-client/
implementation ("com.hfcsbc.sdk:upload-client:2.0.18")
'com.hfcsbc.sdk:upload-client:jar:2.0.18'
<dependency org="com.hfcsbc.sdk" name="upload-client" rev="2.0.18">
<artifact name="upload-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hfcsbc.sdk', module='upload-client', version='2.0.18')
)
libraryDependencies += "com.hfcsbc.sdk" % "upload-client" % "2.0.18"
[com.hfcsbc.sdk/upload-client "2.0.18"]