-
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