Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
周旭 committed Jan 16, 2021
1 parent 0f0728b commit e570b5d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@

### Maven

使用 JsonKit API:

```xml
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit</artifactId>
<artifactId>jsonkit-core</artifactId>
<version>1.0.0</version>
</dependency>
```

使用 Jackson 实现
使用 Jackson 底层实现

```xml
<dependency>
Expand All @@ -28,7 +30,7 @@
</dependency>
```

使用 Gson 实现
使用 Gson 底层实现

```xml
<dependency>
Expand All @@ -38,7 +40,7 @@
</dependency>
```

使用 Fastjson 实现
使用 Fastjson 底层实现

```xml
<dependency>
Expand All @@ -53,22 +55,22 @@
### Gradle

```groovy
implementation 'com.ejlchina:jsonkit:1.0.0'
implementation 'com.ejlchina:jsonkit-core:1.0.0'
```

使用 Jackson 实现
使用 Jackson 底层实现

```groovy
implementation 'com.ejlchina:jsonkit-jackson:1.0.0'
```

使用 Gson 实现
使用 Gson 底层实现

```groovy
implementation 'com.ejlchina:jsonkit-gson:1.0.0'
```

使用 Fastjson 实现
使用 Fastjson 底层实现

```groovy
implementation 'com.ejlchina:jsonkit-fastjson:1.0.0'
Expand Down

0 comments on commit e570b5d

Please sign in to comment.