com.xiaomi.infra.galaxy:galaxy-storm-emq

Xiaomi Galaxy Service SDK

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.xiaomi.infra.galaxy
ArtifactId

ArtifactId

galaxy-storm-emq
Last Version

Last Version

1.2.8
Release Date

Release Date

Type

Type

jar
Description

Description

Xiaomi Galaxy Service SDK

Download galaxy-storm-emq

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.xiaomi.infra.galaxy : galaxy-emq-client jar 1.3-SNAPSHOT
org.slf4j : slf4j-simple jar 1.6.4

provided (1)

Group / Artifact Type Version
org.apache.storm : storm-core jar 0.9.1-incubating

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

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
1.2.8
1.2.7
1.2.6
1.2.3