License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices CLI User Interface |
GroupId | GroupIdio.helidon.microprofile.rest-client |
ArtifactId | ArtifactIdhelidon-microprofile-rest-client |
Version | Version2.3.1 |
Type | Typejar |
Description |
DescriptionHelidon Microprofile Rest Client
Extension for Jersey implementation of MicroProfile Rest Client
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.rest-client/helidon-microprofile-rest-client/ -->
<dependency>
<groupId>io.helidon.microprofile.rest-client</groupId>
<artifactId>helidon-microprofile-rest-client</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.rest-client/helidon-microprofile-rest-client/
implementation 'io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:2.3.1'
// https://jarcasting.com/artifacts/io.helidon.microprofile.rest-client/helidon-microprofile-rest-client/
implementation ("io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:2.3.1")
'io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:jar:2.3.1'
<dependency org="io.helidon.microprofile.rest-client" name="helidon-microprofile-rest-client" rev="2.3.1">
<artifact name="helidon-microprofile-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.rest-client', module='helidon-microprofile-rest-client', version='2.3.1')
)
libraryDependencies += "io.helidon.microprofile.rest-client" % "helidon-microprofile-rest-client" % "2.3.1"
[io.helidon.microprofile.rest-client/helidon-microprofile-rest-client "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.rest.client : microprofile-rest-client-api | jar | 2.0 |
io.helidon.common : helidon-common-context | jar | 2.3.1 |
io.helidon.jersey : helidon-jersey-client | jar | 2.3.1 |
org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client | jar | 2.34 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |