Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@NaveenB2004 NaveenB2004 released this 13 May 16:03
dfcf3e5

Changes:

  • Remove the Lombok dependency
  • Move the preUpdateSeen feature to the SocketDataHandler extend as onPreUpdateReceived
  • Java-Doc updates

Central Repository Minimum JDK version

If you are using project managers like Maven, Gradle etc., please take a look at the Central repository page for this project. You can find most of the import snippets for project managers from there. For Maven:

<dependency>
    <groupId>io.github.naveenb2004</groupId>
    <artifactId>SocketDataHandler</artifactId>
    <version>1.2.0</version>
</dependency>