s

spring-rest-invoker

Spring factory that allows consumption of a remote REST JSON service by binding it to a local Java interface and exposing it as a proxy.
https://github.com/ggeorgovassilis/spring-rest-invoker
Apache License, Version 2.0
George Georgovassilis
Files download
File Operation
spring-rest-invoker-1.7.0.jar download
spring-rest-invoker-1.7.0.pom download
spring-rest-invoker-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ggeorgovassilis</groupId>
  <artifactId>spring-rest-invoker</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ggeorgovassilis:spring-rest-invoker:1.7.0'
Gradle Kotlin
implementation("com.github.ggeorgovassilis:spring-rest-invoker:1.7.0")
Scala SBT
libraryDependencies += "com.github.ggeorgovassilis" % "spring-rest-invoker" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ggeorgovassilis', module='spring-rest-invoker', version='1.7.0')
)
Apache Ivy
<dependency org="com.github.ggeorgovassilis" name="spring-rest-invoker" rev="1.7.0" />
Leiningen
[com.github.ggeorgovassilis/spring-rest-invoker "1.7.0"]
Apache Buildr
'com.github.ggeorgovassilis:spring-rest-invoker:jar:1.7.0'