h

helidon-microprofile-rest-client

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