File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ # SAIC Java API
3+
4+ Implementation of the SAIC API in Java.
5+
6+
7+ ## Badges
8+
9+ [ ![ MIT License] ( https://img.shields.io/badge/License-MIT-green.svg )] ( https://choosealicense.com/licenses/mit/ )
10+
11+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.saic-ismart-api/saic-ismart-api-parent )
12+
13+ ![ GitHub Workflow Status (with event)] ( https://img.shields.io/github/actions/workflow/status/SAIC-iSmart-API/saic-java-client/maven.yml )
14+
15+ ## Usage
16+
17+ [ MQTT Gateway] ( saic-java-mqtt-gateway )
18+
19+
20+ ## Build locally
21+
22+ Clone the project
23+
24+ ``` bash
25+ git clone
[email protected] :SAIC-iSmart-API/saic-java-client.git
26+ ```
27+
28+ Go to the project directory
29+
30+ ``` bash
31+ cd saic-java-client
32+ ```
33+
34+ Build and test
35+
36+ ``` bash
37+ ./mvnw clean verify
38+ ```
39+
40+ Skip docker image creation
41+
42+ ``` bash
43+ ./mvnw clean verify -Djib.skip
44+ ```
45+ ## Contributing
46+
47+ Contributions are always welcome!
48+
You can’t perform that action at this time.
0 commit comments