Skip to content

Commit 0c7607f

Browse files
committed
docs: add README
1 parent 817a25d commit 0c7607f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# java-lmstfy-client
22
Java client for LMSTFY
3+
4+
5+
### Using the SDK
6+
7+
The recommended way to use the SDK for Java in your project is to consume it from Maven.
8+
9+
You can import the SDK into your project as follows:
10+
11+
```
12+
<dependency>
13+
<groupId>com.meitu</groupId>
14+
<artifactId>java-lmstfy-client</artifactId>
15+
<version>1.0.0</version>
16+
</dependency>
17+
```

0 commit comments

Comments
 (0)