Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Mar 25, 2022
1 parent c62a726 commit 2fb29f5
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ Websocket 方法:

项目 | 最新版本 | 描述
-|-|-
[okhttps](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps) | 3.3.1 | OkHttps 核心模块
[okhttps-fastjson](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-fastjson) | 3.3.1 | 与 fastjson 集成
[okhttps-gson](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-gson) | 3.3.1 | 与 gson 集成
[okhttps-jackson](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-jackson) | 3.3.1 | 与 jackson 集成
[okhttps-stomp](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-stomp) | 3.3.1 | 超级轻量的 Stomp 客户端
[okhttps-xml](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-xml) | 3.3.1 | XML 解析扩展
[okhttps](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps) | 3.3.2 | OkHttps 核心模块
[okhttps-fastjson](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-fastjson) | 3.3.2 | 与 fastjson 集成
[okhttps-gson](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-gson) | 3.3.2 | 与 gson 集成
[okhttps-jackson](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-jackson) | 3.3.2 | 与 jackson 集成
[okhttps-stomp](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-stomp) | 3.3.2 | 超级轻量的 Stomp 客户端
[okhttps-xml](https://gitee.com/ejlchina-zhxu/okhttps/tree/dev/okhttps-xml) | 3.3.2 | XML 解析扩展

## 超详细教程,请查看:https://okhttps.ejlchina.com/
若以上地址不可用,请访问:http://okhttps.ejlchina-app.com/
Expand Down
4 changes: 2 additions & 2 deletions okhttps-fastjson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-fastjson</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

##### Gradle

```groovy
implementation 'com.ejlchina:okhttps-fastjson:3.3.1'
implementation 'com.ejlchina:okhttps-fastjson:3.3.2'
```

#### 更多请参阅 [http://okhttps.ejlchina.com/](http://okhttps.ejlchina.com/)
4 changes: 2 additions & 2 deletions okhttps-gson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-gson</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

##### Gradle

```groovy
implementation 'com.ejlchina:okhttps-gson:3.3.1'
implementation 'com.ejlchina:okhttps-gson:3.3.2'
```

#### 更多请参阅 [http://okhttps.ejlchina.com/](http://okhttps.ejlchina.com/)
4 changes: 2 additions & 2 deletions okhttps-jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-jackson</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

##### Gradle

```groovy
implementation 'com.ejlchina:okhttps-jackson:3.3.1'
implementation 'com.ejlchina:okhttps-jackson:3.3.2'
```

#### 更多请参阅 [http://okhttps.ejlchina.com/](http://okhttps.ejlchina.com/)
4 changes: 2 additions & 2 deletions okhttps-stomp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-stomp</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

##### Gradle

```groovy
implementation 'com.ejlchina:okhttps-stomp:3.3.1'
implementation 'com.ejlchina:okhttps-stomp:3.3.2'
```

#### 更多请参阅 [http://okhttps.ejlchina.com/v2/stomp.html](http://okhttps.ejlchina.com/v2/stomp.html)
4 changes: 2 additions & 2 deletions okhttps-xml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-xml</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

##### Gradle

```groovy
implementation 'com.ejlchina:okhttps-xml:3.3.1'
implementation 'com.ejlchina:okhttps-xml:3.3.2'
```

#### 更多请参阅 [http://okhttps.ejlchina.com/](http://okhttps.ejlchina.com/)
4 changes: 2 additions & 2 deletions okhttps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

##### Gradle

```groovy
implementation 'com.ejlchina:okhttps:3.3.1'
implementation 'com.ejlchina:okhttps:3.3.2'
```

#### 更多请参阅 [http://okhttps.ejlchina.com/](http://okhttps.ejlchina.com/)

0 comments on commit 2fb29f5

Please sign in to comment.