Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed May 5, 2022
1 parent b42f886 commit 82c2d3b
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.3.1</version>
<version>1.3.3</version>
</dependency>
```

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

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

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

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

```groovy
implementation 'com.ejlchina:jsonkit-core:1.3.1'
implementation 'com.ejlchina:jsonkit-core:1.3.3'
```

使用 Jackson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-jackson:1.3.1'
implementation 'com.ejlchina:jsonkit-jackson:1.3.3'
```

使用 Gson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-gson:1.3.1'
implementation 'com.ejlchina:jsonkit-gson:1.3.3'
```

使用 Fastjson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-fastjson:1.3.1'
implementation 'com.ejlchina:jsonkit-fastjson:1.3.3'
```

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

0 comments on commit 82c2d3b

Please sign in to comment.