Skip to content

v3.0.1 - 🚨 DEPRECATED & RELOCATED to OG4Dev

Latest

Choose a tag to compare

@PasinduOG PasinduOG released this 16 Feb 09:22
c499440

⚠️ This Project Has Been Relocated!

We are excited to announce that this project has been rebranded and relocated to our new, official organization: OG4Dev.

To provide better long-term support, professional maintenance, and a unified namespace for our tools, the api-response library is now officially the og4dev-spring-response library.

🚨 IMPORTANT: This repository (io.github.pasinduog:api-response) is now DEPRECATED. Version 3.0.1 is the final release here. No further updates, bug fixes, or features will be pushed to this artifact.


🚀 Where to go next?

Please continue your development and access all future updates at our new home:


🔄 How to Migrate (It takes 10 seconds!)

The API and core functionality are 100% compatible. You do not need to change any of your Java code. You only need to update your dependency coordinates.

If you use Maven:

Remove the old dependency:

<dependency>
    <groupId>io.github.pasinduog</groupId>
    <artifactId>api-response</artifactId>
    <version>3.0.1</version>
</dependency>

Add the new dependency:

<dependency>
    <groupId>io.github.og4dev</groupId>
    <artifactId>og4dev-spring-response</artifactId>
    <version>1.0.0</version>
</dependency>

If you use Gradle:

// REMOVE THIS
implementation 'io.github.pasinduog:api-response:3.0.1'

// ADD THIS
implementation 'io.github.og4dev:og4dev-spring-response:1.0.0'

🙏 Thank You!

Thank you for supporting this project! We look forward to seeing you over at the new [OG4Dev Spring Response](https://github.com/OG4Dev/og4dev-spring-response) repository. If you haven't already, please drop a ⭐ on the new repo!

Full Changelog: v3.0.0...v3.0.1