Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Oct 26, 2021
1 parent 3b12618 commit 3738650
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-core</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-jackson</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-gson</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-fastjson</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -59,25 +59,25 @@
### Gradle

```groovy
implementation 'com.ejlchina:jsonkit-core:1.1.0'
implementation 'com.ejlchina:jsonkit-core:1.1.1'
```

使用 Jackson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-jackson:1.1.0'
implementation 'com.ejlchina:jsonkit-jackson:1.1.1'
```

使用 Gson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-gson:1.1.0'
implementation 'com.ejlchina:jsonkit-gson:1.1.1'
```

使用 Fastjson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-fastjson:1.1.0'
implementation 'com.ejlchina:jsonkit-fastjson:1.1.1'
```

以上依赖添加一个即可。
Expand Down

0 comments on commit 3738650

Please sign in to comment.