h

helidon-microprofile-rest-client

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