Galaxy Talos SDK

Xiaomi Galaxy Talos Service SDK

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.xiaomi.infra.galaxy
ArtifactId

ArtifactId

galaxy-talos-client
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Galaxy Talos SDK
Xiaomi Galaxy Talos Service SDK
Source Code Management

Source Code Management

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

Download galaxy-talos-client

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • galaxy-talos-sdk
  • galaxy-talos-example

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

Versions

Version
2.4.0
2.0.2
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0