-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Karl Oczadly edited this page Feb 7, 2021
·
7 revisions
- > WebSocket communication
- > Callback server (not recommended)
This library is hosted on the Maven Central repository. To import your project in maven, add the following dependency to your pom.xml
file:
<dependency>
<groupId>uk.oczadly.karl</groupId>
<artifactId>jnano</artifactId>
<version>LATEST</version>
</dependency>
The following should also be added to your module-info.java
, if using a version above JDK 9:
requires uk.oczadly.karl.jnano;
This project is in active development, despite infrequent updates. If you feel something is missing or would like to correct a bug, either submit an issue or pull request and I'll respond shortly after. Thank you :)