h

helidon-microprofile-rest-client

Extension for Jersey implementation of MicroProfile Rest Client
文件下载
文件名 操作
helidon-microprofile-rest-client-3.2.8.jar 下载
helidon-microprofile-rest-client-3.2.8.pom 下载
helidon-microprofile-rest-client-3.2.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.helidon.microprofile.rest-client</groupId>
  <artifactId>helidon-microprofile-rest-client</artifactId>
  <version>3.2.8</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:3.2.8'
Gradle Kotlin
implementation("io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:3.2.8")
Scala SBT
libraryDependencies += "io.helidon.microprofile.rest-client" % "helidon-microprofile-rest-client" % "3.2.8"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.microprofile.rest-client', module='helidon-microprofile-rest-client', version='3.2.8')
)
Apache Ivy
<dependency org="io.helidon.microprofile.rest-client" name="helidon-microprofile-rest-client" rev="3.2.8" />
Leiningen
[io.helidon.microprofile.rest-client/helidon-microprofile-rest-client "3.2.8"]
Apache Buildr
'io.helidon.microprofile.rest-client:helidon-microprofile-rest-client:jar:3.2.8'