<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-spring-data-rest-deployment</artifactId>
<version>3.17.5</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-spring-data-rest-deployment', version='3.17.5')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-spring-data-rest-parent</artifactId> <version>3.17.5</version> </parent>
compile
|-- io.quarkus:quarkus-spring-data-rest
|-- io.quarkus:quarkus-rest-data-panache-deployment
|-- io.quarkus:quarkus-spring-data-jpa-deployment
test
|-- io.quarkus:quarkus-junit5-internal
|-- io.quarkus:quarkus-jdbc-h2-deployment
|-- io.quarkus:quarkus-resteasy-jackson-deployment
|-- io.quarkus:quarkus-resteasy-links-deployment