Download microprofile-rest-client-api-1.0.jar file - Jar m

Jar examples for m:microprofile-rest-client-api

Description

Typesafe Rest Client APIs for MicroProfile :: API

You can download jar file microprofile-rest-client-api 1.0 in this page.

License

Apache License

Build File

You can use the following script to add microprofile-rest-client-api-1.0.jar to your project.

<dependency>
   <groupId>org.eclipse.microprofile.rest.client</groupId>
   <artifactId>microprofile-rest-client-api</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.eclipse.microprofile.rest.client', name: 'microprofile-rest-client-api', version: '1.0'
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-api" % "1.0"
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-api" rev="1.0"/>
@Grapes(@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-api', version='1.0'))
'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:1.0'

Download

Click the following link to download the jar file.

microprofile-rest-client-api-1.0-javadoc.jar
microprofile-rest-client-api-1.0-sources.jar
microprofile-rest-client-api-1.0.jar
microprofile-rest-client-api-1.0.pom



Related Tutorials