Skip to content

richard483/raven-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raven API Client

For more detailed documentation and examples, please visit the github.io page

This is a Spring Boot Reactive Web Client library inspired by Blibli Backend Framework's API Client.

How to implement Raven API Client in your Spring Boot project

Java : 21+

Spring : 3.3+

Add new repository to your pom.xml

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Add new dependency to your pom.xml

<dependency>
    <groupId>com.github.richard483</groupId>
    <artifactId>raven-api-client</artifactId>
    <version>${version-tag}</version>
</dependency>

Latest & other versions:

*version with "-s2" suffix is tend to use with Spring version 2.7, while the version without that suffix should used with Spring version 3.3