Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.qcloud.cos |
ArtifactId | ArtifactIdgoosefs-client |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
goosefs-client-1.1.0.pom | |
goosefs-client-1.1.0.jar | 27 MB |
goosefs-client-1.1.0-sources.jar | 16 MB |
goosefs-client-1.1.0-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qcloud.cos/goosefs-client/ -->
<dependency>
<groupId>com.qcloud.cos</groupId>
<artifactId>goosefs-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qcloud.cos/goosefs-client/
implementation 'com.qcloud.cos:goosefs-client:1.1.0'
// https://jarcasting.com/artifacts/com.qcloud.cos/goosefs-client/
implementation ("com.qcloud.cos:goosefs-client:1.1.0")
'com.qcloud.cos:goosefs-client:jar:1.1.0'
<dependency org="com.qcloud.cos" name="goosefs-client" rev="1.1.0">
<artifact name="goosefs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qcloud.cos', module='goosefs-client', version='1.1.0')
)
libraryDependencies += "com.qcloud.cos" % "goosefs-client" % "1.1.0"
[com.qcloud.cos/goosefs-client "1.1.0"]