Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jinahya |
ArtifactId | ArtifactIdkt-ucloud-storage-client |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>kt-ucloud-storage-client</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/
implementation 'com.github.jinahya:kt-ucloud-storage-client:0.4.0'
// https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/
implementation ("com.github.jinahya:kt-ucloud-storage-client:0.4.0")
'com.github.jinahya:kt-ucloud-storage-client:jar:0.4.0'
<dependency org="com.github.jinahya" name="kt-ucloud-storage-client" rev="0.4.0">
<artifact name="kt-ucloud-storage-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='kt-ucloud-storage-client', version='0.4.0')
)
libraryDependencies += "com.github.jinahya" % "kt-ucloud-storage-client" % "0.4.0"
[com.github.jinahya/kt-ucloud-storage-client "0.4.0"]