com.xiaomi.infra.galaxy:galaxy-lcs-client

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Категории

Категории

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

Группа

com.xiaomi.infra.galaxy
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

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

https://github.com/XiaoMi/galaxy-sdk-java.git

Скачать galaxy-lcs-client

Имя Файла Размер
galaxy-lcs-client-1.0.0.pom 5 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.xiaomi.infra.galaxy/galaxy-lcs-client/ -->
<dependency>
    <groupId>com.xiaomi.infra.galaxy</groupId>
    <artifactId>galaxy-lcs-client</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xiaomi.infra.galaxy/galaxy-lcs-client/
implementation 'com.xiaomi.infra.galaxy:galaxy-lcs-client:1.0.0'
// https://jarcasting.com/artifacts/com.xiaomi.infra.galaxy/galaxy-lcs-client/
implementation ("com.xiaomi.infra.galaxy:galaxy-lcs-client:1.0.0")
'com.xiaomi.infra.galaxy:galaxy-lcs-client:pom:1.0.0'
<dependency org="com.xiaomi.infra.galaxy" name="galaxy-lcs-client" rev="1.0.0">
  <artifact name="galaxy-lcs-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xiaomi.infra.galaxy', module='galaxy-lcs-client', version='1.0.0')
)
libraryDependencies += "com.xiaomi.infra.galaxy" % "galaxy-lcs-client" % "1.0.0"
[com.xiaomi.infra.galaxy/galaxy-lcs-client "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • galaxy-lcs-thrift
  • galaxy-lcs-log

Galaxy Java SDK User Guide

Including SDKs of XiaoMi SDS, EMQ, EMR, and Talos.

INSTALLATION

  • If using maven to management, you can just depend latest jars from maven central repository.
  • Checkout to the newest release and use its version in dependency.

  • Use corresponding SDK artifactId.

  • For example, to use EMQ,

    <dependency>
      <groupId>com.xiaomi.infra.galaxy</groupId>
      <artifactId>galaxy-emq-client</artifactId>
      <version>1.2.7</version>
    </dependency>

NOTICE

  • HttpClient of our SDKs support multi-thread, if you need greater concurrency, you can create your own HttpClient and pass it to the constructor of class ClientFactory. (References and examples in galaxy-client-java, sds-android-examples): ClientFactory(Credential credential, HttpClient httpClient)

  • When compiling sds-android-examples, you must install Android SDK and set environment variable ANDROID_HOME to the install path of Android SDK before. Our examples used Android SDK API Level 19.

com.xiaomi.infra.galaxy

Xiaomi

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

Версия
1.0.0