hft-client

Lykke High Frequence API Java Client

Лицензия

Лицензия

MIT
Категории

Категории

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

Группа

com.lykke.hft
Идентификатор

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

hft-client
Последняя версия

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

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

hft-client
Lykke High Frequence API Java Client
Ссылка на сайт

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

https://github.com/LykkeCity/hft-java-client/
Система контроля версий

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

https://github.com/LykkeCity/hft-java-client.git

Скачать hft-client

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

<!-- https://jarcasting.com/artifacts/com.lykke.hft/hft-client/ -->
<dependency>
    <groupId>com.lykke.hft</groupId>
    <artifactId>hft-client</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lykke.hft/hft-client/
implementation 'com.lykke.hft:hft-client:1.0.5'
// https://jarcasting.com/artifacts/com.lykke.hft/hft-client/
implementation ("com.lykke.hft:hft-client:1.0.5")
'com.lykke.hft:hft-client:jar:1.0.5'
<dependency org="com.lykke.hft" name="hft-client" rev="1.0.5">
  <artifact name="hft-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lykke.hft', module='hft-client', version='1.0.5')
)
libraryDependencies += "com.lykke.hft" % "hft-client" % "1.0.5"
[com.lykke.hft/hft-client "1.0.5"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
io.swagger : swagger-annotations jar 1.5.15
io.github.openfeign : feign-core jar 9.4.0
io.github.openfeign : feign-jackson jar 9.4.0
io.github.openfeign : feign-slf4j jar 9.4.0
io.github.openfeign.form : feign-form jar 2.1.0
com.fasterxml.jackson.core : jackson-core jar 2.8.9
com.fasterxml.jackson.core : jackson-annotations jar 2.8.9
com.fasterxml.jackson.core : jackson-databind jar 2.8.9
com.fasterxml.jackson.datatype : jackson-datatype-joda jar 2.8.9
org.apache.oltu.oauth2 : org.apache.oltu.oauth2.client jar 1.0.1

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.squareup.okhttp3 : mockwebserver jar 3.6.0
org.assertj : assertj-core jar 1.7.1

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

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

hft-client

Requirements

Building the API client library requires Maven to be installed.

Installation & Usage

To install the API client library to your local Maven repository, simply execute:

mvn install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn deploy

Refer to the official documentation for more information.

After the client library is installed/deployed, you can use it in your Maven project by adding the following to your pom.xml:

<dependency>
    <groupId>com.lykke.hft</groupId>
    <artifactId>hft-client</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

com.lykke.hft

Lykke

Lykke Exchange

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

Версия
1.0.5
1.0.0