<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-data-rest</artifactId>
<version>1.8.0</version>
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-data-rest', version='1.8.0')
)
<parent> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi</artifactId> <version>1.8.0</version> </parent>
compile
|-- org.springdoc:springdoc-openapi-hateoas
|-- org.springframework.data:spring-data-rest-core
|-- org.springframework.boot:spring-boot-starter-data-rest
|-- com.querydsl:querydsl-core
test
|-- org.springdoc:springdoc-openapi-webmvc-core