Features
- Passing through lombok in module-info.java
How to add as dependency
To use it unpack the archive file and add the Jar file to your projects dependencies.
Gradle
If you are using gradle add the following line to your dependencies:
implementation 'dev.bitbite:OpenNetLib:2.0.2'
Maven
For Maven use the following:
<dependency>
<groupId>dev.bitbite</groupId>
<artifactId>OpenNetLib</artifactId>
<version>2.0.2</version>
</dependency>
Other build tools
Vistit maven central and choose the latest release to find the code you need to add
How to use
Check the Getting started guide
Errors or suggestions?
Visit the Issues Tab and leave us a message
Download
Download here » OpenNetLib-2.0.1.jar
Download sources here » OpenNetLib-2.0.2-sources.jar
Download Javadoc here » OpenNetLib-2.0.2-javadoc.jar