We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1bca3 commit 8009a57Copy full SHA for 8009a57
README.md
@@ -10,6 +10,29 @@ leetcode 测试
10
11
[](https://jitpack.io/#masx200/leetcode-test)
12
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
30
+ <dependency>
31
+ <groupId>com.github.masx200</groupId>
32
+ <artifactId>leetcode-test</artifactId>
33
+ <version>10.9.2</version>
34
+ </dependency>
35
36
##### 包含的内容如下
37
38
<details>
0 commit comments