m

microprofile-rest-client-spec

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