License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices CLI User Interface |
GroupId | GroupIdio.helidon.microprofile.rest-client |
ArtifactId | ArtifactIdhelidon-microprofile-rest-client |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
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>3.0.0-M2</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:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.rest-client/helidon-microprofile-rest-client/
implementation ("io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:3.0.0-M2")
'io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:jar:3.0.0-M2'
<dependency org="io.helidon.microprofile.rest-client" name="helidon-microprofile-rest-client" rev="3.0.0-M2">
<artifact name="helidon-microprofile-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.rest-client', module='helidon-microprofile-rest-client', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.microprofile.rest-client" % "helidon-microprofile-rest-client" % "3.0.0-M2"
[io.helidon.microprofile.rest-client/helidon-microprofile-rest-client "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.rest.client : microprofile-rest-client-api | jar | 3.0 |
io.helidon.common : helidon-common-context | jar | 3.0.0-M2 |
io.helidon.jersey : helidon-jersey-client | jar | 3.0.0-M2 |
org.glassfish.jersey.ext.microprofile : jersey-mp-rest-client | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.0.0 |