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