File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -32,20 +32,20 @@ Jmockdata插件通过随机算法模拟Java数据.
32
32
## Download
33
33
34
34
>
35
- ### _ Jmockdata-4.2 .0_
35
+ ### _ Jmockdata-4.3 .0_
36
36
#### Jar
37
- > [ Jmockdata-4.2 .0] ( http://repo.maven.apache.org/maven2/com/github/jsonzou/jmockdata/4.2 .0/jmockdata-4.2 .0.jar )
37
+ > [ Jmockdata-4.3 .0] ( http://repo.maven.apache.org/maven2/com/github/jsonzou/jmockdata/4.3 .0/jmockdata-4.3 .0.jar )
38
38
#### Maven
39
39
```
40
40
<dependency>
41
41
<groupId>com.github.jsonzou</groupId>
42
42
<artifactId>jmockdata</artifactId>
43
- <version>4.2 .0</version>
43
+ <version>4.3 .0</version>
44
44
</dependency>
45
45
```
46
46
#### Gradle
47
47
```
48
- compile group: 'com.github.jsonzou', name: 'jmockdata', version: '4.2 .0'
48
+ compile group: 'com.github.jsonzou', name: 'jmockdata', version: '4.3 .0'
49
49
```
50
50
#### 更多已发布版本下载
51
51
> [ https://github.com/jsonzou/jmockdata/releases ] ( https://github.com/jsonzou/jmockdata/releases )
@@ -66,6 +66,7 @@ Jmockdata插件通过随机算法模拟Java数据.
66
66
- [ 4.1.1] ( https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.1.1-RELEASE )
67
67
- [ 4.1.2] ( https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.1.2-RELEASE )
68
68
- [ 4.2.0] ( https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.2.0-RELEASE )
69
+ - [ 4.3.0] ( https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.3.0-RELEASE )
69
70
70
71
## Usage
71
72
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.jsonzou</groupId >
6
6
<artifactId >jmockdata</artifactId >
7
- <version >4.2 .0</version >
7
+ <version >4.3 .0</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<properties >
You can’t perform that action at this time.
0 commit comments