Skip to content

Commit 61c106b

Browse files
change kotlin kts to native groovy
1 parent 33b651a commit 61c106b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Maven
109109

110110
Gradle
111111
```groovy
112-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:latest")
112+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
113113
```
114114

115115
* This step is optional: For custom path of the swagger documentation in HTML format, add
@@ -161,7 +161,7 @@ Maven
161161

162162
Gradle
163163
```groovy
164-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:latest")
164+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
165165
```
166166

167167
* This step is optional: For custom path of the OpenAPI documentation in Json format, add
@@ -212,7 +212,7 @@ Maven
212212

213213
Gradle
214214
```groovy
215-
implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:latest")
215+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
216216
```
217217

218218
* This step is optional: For custom path of the swagger documentation in HTML format, add

0 commit comments

Comments
 (0)