OpenNetLib 2.0.0
Features
- Added verbose mode:
Client, Server and IOHandler can be put into verbose mode by Calling<Client/Server/IOHandler>.setVerbose(true)
which will result in exceptions being printed to the console
This is the first release of the OpenNetLib
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.0'
Maven
For Maven use the following:
<dependency>
<groupId>dev.bitbite</groupId>
<artifactId>OpenNetLib</artifactId>
<version>2.0.0</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.0.jar
Download sources here » OpenNetLib-2.0.0-sources.jar
Download Javadoc here » OpenNetLib-2.0.0-javadoc.jar