-
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