Skip to content

Version 1.0.0 - Added JDK 11+ Support

Latest

Choose a tag to compare

@MarciiTheDev MarciiTheDev released this 03 Mar 11:37
5c8fd75

This release features Support for all Java verions above 10 (JDK 11, JDK 12, JDK 13, JDK 14, JDK 15, JDK 16, JDK 17, JDK 18, JDK 19, JDK 20, JDK 21)

Updates like generic types and websocket support (like in the NodeJS Client) as well as documentation changes/improvements will still follow soon.

Installation:
(from Maven Central)
Add the following to your pom.xml:

<dependency>
    <groupId>dev.marcsync</groupId>
    <artifactId>marcsync-java-client</artifactId>
    <version>1.0.0</version>
</dependency>