# galaxy-fds-sdk-java **Repository Path**: mirrors_XiaoMi/galaxy-fds-sdk-java ## Basic Information - **Project Name**: galaxy-fds-sdk-java - **Description**: Java SDK for Xiaomi File Data Storage. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Galaxy FDS Java SDK User Guide ## Installing 1. Download source codes from github ,build and install the jars into local maven repository (or deploy to a central Maven repository). github link: [https://github.com/XiaoMi/galaxy-fds-sdk-java.git]() `mvn clean package install` 2. If use Maven to management, users can download the latest jar for maven central repository.The latest version is 1.5.0. ## Usage 1. Import the above jars into the project classpath or add the following dependency if your project is managed with Maven. ``` com.xiaomi.infra.galaxy galaxy-fds-sdk-java 3.0.41 ``` 2. Add the jar to classpath. ## Unit Tests(Examples) 1. Visit https://dev.mi.com/keycenter and edit galaxy-fds-sdk-java/src/test/resources/test.properties like this: ![image](https://github.com/XiaoMi/galaxy-fds-sdk-java/raw/master/java-sdk-test-setting.jpg) 2. Run galaxy-fds-sdk-java/src/test/java/com/xiaomi/infra/galaxy/fds/client/TestGalaxyFDSClient.java as unit test.