Skip to content

Commit d28b048

Browse files
authored
Update README.md
1 parent 586a46e commit d28b048

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ APIJSON ORM 库,可通过 Maven, Gradle 等远程依赖。<br />
33
APIJSON ORM library for remote dependencies with Maven, Gradle, etc.
44

55
### Maven
6-
#### 步骤 1. 在 pom.xml 中添加 JitPack 仓库
7-
#### Step 1. Add the JitPack repository to pom.xml
6+
#### 1. 在 pom.xml 中添加 JitPack 仓库
7+
#### 1. Add the JitPack repository to pom.xml
88
```xml
99
<repositories>
1010
<repository>
@@ -13,8 +13,10 @@ APIJSON ORM library for remote dependencies with Maven, Gradle, etc.
1313
</repository>
1414
</repositories>
1515
```
16-
#### 步骤 2. 在 pom.xml 中添加 apijson-orm 依赖
17-
#### Step 2. Add the apijson-orm dependency to pom.xml
16+
<br />
17+
18+
#### 2. 在 pom.xml 中添加 apijson-orm 依赖
19+
#### 2. Add the apijson-orm dependency to pom.xml
1820
```xml
1921
<dependency>
2022
<groupId>com.github.APIJSON</groupId>
@@ -23,9 +25,13 @@ APIJSON ORM library for remote dependencies with Maven, Gradle, etc.
2325
</dependency>
2426
```
2527

28+
<br />
29+
<br />
30+
<br />
31+
2632
### Gradle
27-
#### 步骤 1. 在项目根目录 build.gradle 中最后添加 JitPack 仓库
28-
#### Step 1. Add the JitPack repository in your root build.gradle at the end of repositories
33+
#### 1. 在项目根目录 build.gradle 中最后添加 JitPack 仓库
34+
#### 1. Add the JitPack repository in your root build.gradle at the end of repositories
2935
```gradle
3036
allprojects {
3137
repositories {
@@ -34,8 +40,10 @@ APIJSON ORM library for remote dependencies with Maven, Gradle, etc.
3440
}
3541
}
3642
```
37-
#### 步骤 1. 在项目某个 module 目录(例如 `app`) build.gradle 中添加 apijson-orm 依赖
38-
#### Step 2. Add the apijson-orm dependency in your one of the modules(such as `app`)
43+
<br />
44+
45+
#### 2. 在项目某个 module 目录(例如 `app`) build.gradle 中添加 apijson-orm 依赖
46+
#### 2. Add the apijson-orm dependency in your one of the modules(such as `app`)
3947
```gradle
4048
dependencies {
4149
implementation 'com.github.APIJSON:apijson-orm:latest'

0 commit comments

Comments
 (0)