h

helidon-microprofile-rest-client

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