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