<dependency>
<groupId>org.springdoc</groupId>
<artifactId>sample-springdoc-openapi-data-rest</artifactId>
<version>3.1.4</version>
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='sample-springdoc-openapi-data-rest', version='3.1.4')
)
<parent> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-demos</artifactId> <version>3.1.4</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-data-rest
|-- org.springframework.boot:spring-boot-starter-data-jpa
|-- org.springdoc:springdoc-openapi-ui
|-- org.springdoc:springdoc-openapi-data-rest
|-- org.springframework.boot:spring-boot-devtools
|-- org.springframework.boot:spring-boot-configuration-processor