File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ API client library for Kintone REST APIs on Java.
8
8
Add dependency declaration in ` build.gradle ` of your project.
9
9
```
10
10
dependencies {
11
- implementation 'com.kintone:kintone-java-client:1.4 .0'
11
+ implementation 'com.kintone:kintone-java-client:2.0 .0'
12
12
}
13
13
```
14
14
- For projects using Maven
@@ -17,7 +17,7 @@ API client library for Kintone REST APIs on Java.
17
17
<dependency>
18
18
<groupId>com.kintone</groupId>
19
19
<artifactId>kintone-java-client</artifactId>
20
- <version>1.4 .0</version>
20
+ <version>2.0 .0</version>
21
21
</dependency>
22
22
```
23
23
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id ' com.github.hierynomus.license' version ' 0.16.1'
7
7
}
8
8
9
- version = ' 1.4.1 '
9
+ version = ' 2.0.0 '
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
12
12
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ client.close();
29
29
Add dependency declaration in ` build.gradle ` of your project.
30
30
``` groovy
31
31
dependencies {
32
- implementation 'com.kintone:kintone-java-client:1.4 .0'
32
+ implementation 'com.kintone:kintone-java-client:2.0 .0'
33
33
}
34
34
```
35
35
@@ -39,7 +39,7 @@ Add dependency declaration in `pom.xml` of your project.
39
39
<dependency >
40
40
<groupId >com.kintone</groupId >
41
41
<artifactId >kintone-java-client</artifactId >
42
- <version >1.4 .0</version >
42
+ <version >2.0 .0</version >
43
43
</dependency >
44
44
```
45
45
You can’t perform that action at this time.
0 commit comments