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