kt-ucloud-storage-client

a simple client for kt uclound storage

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.github.jinahya
Идентификатор

Идентификатор

kt-ucloud-storage-client
Последняя версия

Последняя версия

0.5.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

kt-ucloud-storage-client
a simple client for kt uclound storage
Ссылка на сайт

Ссылка на сайт

https://github.com/jinahya/kt-ucloud-storage-client
Система контроля версий

Система контроля версий

https://github.com/jinahya/kt-ucloud-storage-client

Скачать kt-ucloud-storage-client

Как подключить последнюю версию

<!-- 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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/
implementation 'com.github.jinahya:kt-ucloud-storage-client:0.5.1'
// https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/
implementation ("com.github.jinahya:kt-ucloud-storage-client:0.5.1")
'com.github.jinahya:kt-ucloud-storage-client:jar:0.5.1'
<dependency org="com.github.jinahya" name="kt-ucloud-storage-client" rev="0.5.1">
  <artifact name="kt-ucloud-storage-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='kt-ucloud-storage-client', version='0.5.1')
)
libraryDependencies += "com.github.jinahya" % "kt-ucloud-storage-client" % "0.5.1"
[com.github.jinahya/kt-ucloud-storage-client "0.5.1"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
javax.ws.rs : javax.ws.rs-api jar 2.0.1

test (3)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.1.7
org.apache.commons : commons-lang3 jar 3.4
org.testng : testng jar 6.9.10

Модули Проекта

Данный проект не имеет модулей.

kt-ucloud-storage-client

Maven Central Javadocs Dependency Status Build Status Sputnik

a set of clients for accessing kt ucloud storage.

verify

$ mvn -P(jersey|cxf|resteasy) -DauthUrl="" -DauthUser="" -DauthPass="" verify

methods

http java notes
HEAD peek... reads resources' information
GET read... reads resources
PUT update... creates or updates resources
POST configure... creates, updates or removes metadata
DELETE delete... deletes resources

java.net

final StorageClientNet client
    = new StorageClientNet(authUrl, authUser, authPass);

java.net.http

N/A yet.

javax.ws.rs

final StorageClientWsRs client
    = new StorageClientWsRs(authUrl, authUser, authPass);

Версии библиотеки

Версия
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1