update docs/zh/intro/gradle.md.

Signed-off-by: 乌鸦笑猪黑 <tiansai0915@163.com>
This commit is contained in:
乌鸦笑猪黑 2023-08-22 02:20:49 +00:00 committed by Gitee
parent 09a9f349d3
commit 785ea7ae69
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -10,7 +10,7 @@
```kotlin ```kotlin
dependencies { dependencies {
implementation("com.mybatis-flex:mybatis-flex-core:1.5.6") implementation("com.mybatis-flex:mybatis-flex-core:1.5.8")
} }
``` ```
@ -18,7 +18,7 @@ dependencies {
```groovy ```groovy
dependencies { dependencies {
implementation 'com.mybatis-flex:mybatis-flex-core:1.5.6' implementation 'com.mybatis-flex:mybatis-flex-core:1.5.8'
} }
``` ```
@ -28,7 +28,7 @@ dependencies {
```kotlin ```kotlin
dependencies { dependencies {
implementation("com.mybatis-flex:mybatis-flex-spring:1.5.6") implementation("com.mybatis-flex:mybatis-flex-spring:1.5.8")
} }
``` ```
@ -36,7 +36,7 @@ dependencies {
```groovy ```groovy
dependencies { dependencies {
implementation 'com.mybatis-flex:mybatis-flex-spring:1.5.6' implementation 'com.mybatis-flex:mybatis-flex-spring:1.5.8'
} }
``` ```
@ -46,7 +46,7 @@ dependencies {
```kotlin ```kotlin
dependencies { dependencies {
implementation("com.mybatis-flex:mybatis-flex-spring-boot-starter:1.5.6") implementation("com.mybatis-flex:mybatis-flex-spring-boot-starter:1.5.8")
} }
``` ```
@ -54,7 +54,7 @@ dependencies {
```groovy ```groovy
dependencies { dependencies {
implementation 'com.mybatis-flex:mybatis-flex-spring-boot-starter:1.5.6' implementation 'com.mybatis-flex:mybatis-flex-spring-boot-starter:1.5.8'
} }
``` ```
@ -70,7 +70,7 @@ dependencies {
```kotlin ```kotlin
dependencies { dependencies {
annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.5.6") annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.5.8")
} }
``` ```
@ -78,6 +78,6 @@ dependencies {
```groovy ```groovy
dependencies { dependencies {
annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.5.6' annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.5.8'
} }
``` ```