diff --git a/README.md b/README.md index efab041a3..7ec030e44 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=springdoc_springdoc-openapi&metric=alert_status)](https://sonarcloud.io/dashboard?id=springdoc_springdoc-openapi) [![Known Vulnerabilities](https://snyk.io/test/github/springdoc/springdoc-openapi.git/badge.svg)](https://snyk.io/test/github/springdoc/springdoc-openapi.git) [![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/springdoc)](https://stackoverflow.com/questions/tagged/springdoc?tab=Votes) +[![Maven Central](https://img.shields.io/maven-central/v/org.springdoc/springdoc-openapi-starter-webmvc-ui.svg)](https://central.sonatype.com/search?q=g:org.springdoc) IMPORTANT: ``springdoc-openapi v1.8.0`` is the latest Open Source release supporting Spring Boot 2.x and 1.x. @@ -118,14 +119,14 @@ Maven org.springdoc springdoc-openapi-starter-webmvc-ui - last-release-version + 2.8.6 ``` Gradle ```groovy -implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest' +implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6' ``` * This step is optional: For custom path of the swagger documentation in HTML format, add @@ -172,14 +173,14 @@ Maven org.springdoc springdoc-openapi-starter-webmvc-api - last-release-version + 2.8.6 ``` Gradle ```groovy -implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:latest' +implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.6' ``` * This step is optional: For custom path of the OpenAPI documentation in Json format, add @@ -225,14 +226,14 @@ Maven org.springdoc springdoc-openapi-starter-webflux-ui - last-release-version + 2.8.6 ``` Gradle ```groovy -implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:latest' +implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.6' ``` * This step is optional: For custom path of the swagger documentation in HTML format, add