Skip to content

Commit 8009a57

Browse files
authored
Update README.md
1 parent ca1bca3 commit 8009a57

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ leetcode 测试
1010

1111
[![](https://jitpack.io/v/masx200/leetcode-test.svg)](https://jitpack.io/#masx200/leetcode-test)
1212

13+
14+
To get a Git project into your build:
15+
16+
Step 1. Add the JitPack repository to your build file
17+
18+
19+
maven
20+
```xml
21+
<repositories>
22+
<repository>
23+
<id>jitpack.io</id>
24+
<url>https://jitpack.io</url>
25+
</repository>
26+
</repositories>
27+
```
28+
Step 2. Add the dependency
29+
```xml
30+
<dependency>
31+
<groupId>com.github.masx200</groupId>
32+
<artifactId>leetcode-test</artifactId>
33+
<version>10.9.2</version>
34+
</dependency>
35+
```
1336
##### 包含的内容如下
1437

1538
<details>

0 commit comments

Comments
 (0)