is not current version
Last Version 3.0

org.eclipse.microprofile.rest.client:microprofile-rest-client-spec 1.4-RC2

Typesafe Rest Client APIs for MicroProfile :: Specification

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.rest.client
ArtifactId

ArtifactId

microprofile-rest-client-spec
Version

Version

1.4-RC2
Type

Type

pom

Download microprofile-rest-client-spec 1.4-RC2


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