Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
周旭 committed Mar 19, 2022
1 parent aec06a8 commit f85aad1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.2.0</version>
<version>1.3.0</version>
</dependency>
```

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

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

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

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

```groovy
implementation 'com.ejlchina:jsonkit-core:1.2.0'
implementation 'com.ejlchina:jsonkit-core:1.3.0'
```

使用 Jackson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-jackson:1.2.0'
implementation 'com.ejlchina:jsonkit-jackson:1.3.0'
```

使用 Gson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-gson:1.2.0'
implementation 'com.ejlchina:jsonkit-gson:1.3.0'
```

使用 Fastjson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-fastjson:1.2.0'
implementation 'com.ejlchina:jsonkit-fastjson:1.3.0'
```

以上依赖添加一个即可。
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:https://gitee.com/ejlchina-zhxu/jsonkit.git</connection>
<developerConnection>scm:git:https://gitee.com/ejlchina-zhxu/jsonkit.git</developerConnection>
<url>https://gitee.com/ejlchina-zhxu/jsonkit</url>
<tag>v1.2.0</tag>
<tag>v1.3.0</tag>
</scm>

<repositories>
Expand Down

0 comments on commit f85aad1

Please sign in to comment.