<dependency>
<groupId>io.helidon.microprofile.rest-client</groupId>
<artifactId>helidon-microprofile-rest-client</artifactId>
<version>4.1.6</version>
</dependency>
implementation 'io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:4.1.6'
implementation("io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:4.1.6")
libraryDependencies += "io.helidon.microprofile.rest-client" % "helidon-microprofile-rest-client" % "4.1.6"
@Grapes(
@Grab(group='io.helidon.microprofile.rest-client', module='helidon-microprofile-rest-client', version='4.1.6')
)
<dependency org="io.helidon.microprofile.rest-client" name="helidon-microprofile-rest-client" rev="4.1.6" />
<parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> <version>4.1.6</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