<dependency>
<groupId>io.helidon.microprofile.rest-client</groupId>
<artifactId>helidon-microprofile-rest-client</artifactId>
<version>4.0.9</version>
</dependency>
implementation 'io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:4.0.9'
implementation("io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:4.0.9")
libraryDependencies += "io.helidon.microprofile.rest-client" % "helidon-microprofile-rest-client" % "4.0.9"
@Grapes(
@Grab(group='io.helidon.microprofile.rest-client', module='helidon-microprofile-rest-client', version='4.0.9')
)
<dependency org="io.helidon.microprofile.rest-client" name="helidon-microprofile-rest-client" rev="4.0.9" />
<parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> <version>4.0.9</version> </parent>
compile
|-- org.eclipse.microprofile.rest.client:microprofile-rest-client-api
|-- io.helidon.common:helidon-common-context
|-- io.helidon.jersey:helidon-jersey-client
|-- org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client
|-- io.helidon.common.features:helidon-common-features-api
provided