is not current version
Last Version 3.0

org.eclipse.microprofile.rest.client:microprofile-rest-client-api 1.3.4

Typesafe Rest Client APIs for MicroProfile :: API

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.rest.client
ArtifactId

ArtifactId

microprofile-rest-client-api
Version

Version

1.3.4
Type

Type

jar

Download microprofile-rest-client-api 1.3.4


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-api/ -->
<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-api/
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.3.4'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-api/
implementation ("org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.3.4")
'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:1.3.4'
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-api" rev="1.3.4">
  <artifact name="microprofile-rest-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-api', version='1.3.4')
)
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-api" % "1.3.4"
[org.eclipse.microprofile.rest.client/microprofile-rest-client-api "1.3.4"]