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