is not current version
Last Version 3.0

org.eclipse.microprofile.rest.client:microprofile-rest-client-api 2.0-RC1

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

2.0-RC1
Type

Type

jar

Download microprofile-rest-client-api 2.0-RC1


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