j

jikkou-extension-rest-client

APIs for building RESTful client leveraging existing JAX-RS APIs
Files download
File Operation
jikkou-extension-rest-client-0.33.3.jar download
jikkou-extension-rest-client-0.33.3.pom download
jikkou-extension-rest-client-0.33.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.streamthoughts</groupId>
  <artifactId>jikkou-extension-rest-client</artifactId>
  <version>0.33.3</version>
</dependency>
Gradle Groovy
implementation 'io.streamthoughts:jikkou-extension-rest-client:0.33.3'
Gradle Kotlin
implementation("io.streamthoughts:jikkou-extension-rest-client:0.33.3")
Scala SBT
libraryDependencies += "io.streamthoughts" % "jikkou-extension-rest-client" % "0.33.3"
Groovy Grape
@Grapes(
  @Grab(group='io.streamthoughts', module='jikkou-extension-rest-client', version='0.33.3')
)
Apache Ivy
<dependency org="io.streamthoughts" name="jikkou-extension-rest-client" rev="0.33.3" />
Leiningen
[io.streamthoughts/jikkou-extension-rest-client "0.33.3"]
Apache Buildr
'io.streamthoughts:jikkou-extension-rest-client:jar:0.33.3'