<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-data-rest-tests</artifactId>
<version>2.7.0-RC1</version>
</dependency>
libraryDependencies += "org.springdoc" % "springdoc-openapi-data-rest-tests" % "2.7.0-RC1"
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-data-rest-tests', version='2.7.0-RC1')
)
<dependency org="org.springdoc" name="springdoc-openapi-data-rest-tests" rev="2.7.0-RC1" />
<parent> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-tests</artifactId> <version>2.7.0-RC1</version> </parent>
test
|-- org.springframework.boot:spring-boot-starter-data-rest
|-- com.querydsl:querydsl-core
|-- org.springdoc:springdoc-openapi-starter-webmvc-api