e

eb-rest-client

Java-friendly REST client for engineblock.
文件下载
文件名 操作
eb-rest-client-2.0.48.jar 下载
eb-rest-client-2.0.48.pom 下载
eb-rest-client-2.0.48-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.engineblock</groupId>
  <artifactId>eb-rest-client</artifactId>
  <version>2.0.48</version>
</dependency>
Gradle Groovy
implementation 'io.engineblock:eb-rest-client:2.0.48'
Gradle Kotlin
implementation("io.engineblock:eb-rest-client:2.0.48")
Scala SBT
libraryDependencies += "io.engineblock" % "eb-rest-client" % "2.0.48"
Groovy Grape
@Grapes(
  @Grab(group='io.engineblock', module='eb-rest-client', version='2.0.48')
)
Apache Ivy
<dependency org="io.engineblock" name="eb-rest-client" rev="2.0.48" />
Leiningen
[io.engineblock/eb-rest-client "2.0.48"]
Apache Buildr
'io.engineblock:eb-rest-client:jar:2.0.48'