<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-links</artifactId> <version>3.17.2</version> </dependency>
implementation 'io.quarkus:quarkus-rest-links:3.17.2'
implementation("io.quarkus:quarkus-rest-links:3.17.2")
libraryDependencies += "io.quarkus" % "quarkus-rest-links" % "3.17.2"
@Grapes( @Grab(group='io.quarkus', module='quarkus-rest-links', version='3.17.2') )
<dependency org="io.quarkus" name="quarkus-rest-links" rev="3.17.2" />
[io.quarkus/quarkus-rest-links "3.17.2"]
'io.quarkus:quarkus-rest-links:jar:3.17.2'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-links-parent</artifactId> <version>3.17.2</version> </parent>
compile
|-- io.quarkus:quarkus-rest
|-- io.quarkus:quarkus-hal