com.github.ggeorgovassilis: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.

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.ggeorgovassilis
ArtifactId

ArtifactId

spring-rest-invoker
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.ggeorgovassilis: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.
Project URL

Project URL

https://github.com/ggeorgovassilis/spring-rest-invoker
Source Code Management

Source Code Management

http://github.com/ggeorgovassilis/spring-rest-invoker/tree/master

Download spring-rest-invoker

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ggeorgovassilis/spring-rest-invoker/ -->
<dependency>
    <groupId>com.github.ggeorgovassilis</groupId>
    <artifactId>spring-rest-invoker</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ggeorgovassilis/spring-rest-invoker/
implementation 'com.github.ggeorgovassilis:spring-rest-invoker:1.8.0'
// https://jarcasting.com/artifacts/com.github.ggeorgovassilis/spring-rest-invoker/
implementation ("com.github.ggeorgovassilis:spring-rest-invoker:1.8.0")
'com.github.ggeorgovassilis:spring-rest-invoker:jar:1.8.0'
<dependency org="com.github.ggeorgovassilis" name="spring-rest-invoker" rev="1.8.0">
  <artifact name="spring-rest-invoker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ggeorgovassilis', module='spring-rest-invoker', version='1.8.0')
)
libraryDependencies += "com.github.ggeorgovassilis" % "spring-rest-invoker" % "1.8.0"
[com.github.ggeorgovassilis/spring-rest-invoker "1.8.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework : spring-context jar

provided (4)

Group / Artifact Type Version
org.springframework : spring-web jar
com.fasterxml.jackson.core : jackson-databind jar 2.11.4
javax.ws.rs : javax.ws.rs-api jar 2.0
net.bytebuddy : byte-buddy jar 1.10.19

test (5)

Group / Artifact Type Version
org.springframework : spring-test jar
org.junit.jupiter : junit-jupiter jar 5.6.3
org.mockito : mockito-junit-jupiter jar 3.7.7
org.springframework : spring-webmvc jar
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.0
1.7.0