-
released this
2024-03-03 11:31:22 +00:00 | 0 commits to main since this releaseThis 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>Downloads
-
released this
2023-12-10 20:46:07 +00:00 | 3 commits to main since this releaseThis is the first ever release of our official MarcSync Java Client, the client currently covers some basic functionality.
This release is similar to the v1.0.2-dev release of the NodeJS Client
Updates like generic types and websocket support (like in the NodeJS Client) as well as documentation changes/improvements will follow soon.
BUGS ARE TO BE EXPECTED - PLEASE REPORT THEM AS ISSUE OR IN OUR DISCORD SERVER
Installation:
(from Maven Central)
Added the following to your pom.xml:<dependency> <groupId>dev.marcsync</groupId> <artifactId>marcsync-java-client</artifactId> <version>0.1.0</version> </dependency>Downloads