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