is not current version
Last Version 3.0

org.eclipse.microprofile.rest.client:microprofile-rest-client-spec 1.1

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.1
Type

Type

pom

Download microprofile-rest-client-spec 1.1


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