Skip to content

OpenNetLib 2.0.0

Compare
Choose a tag to compare
@netcodedev netcodedev released this 29 Jan 14:31
· 26 commits to master since this release
2fb4fe4

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