OpenNetLib-Protocols
is a extension for OpenNetLib
that provides a set of predefined protocols to use with the library. It is a part of the OpenNetLib
project.
Start using OpenNetLib-Protocols
today or help improving it by posting issues, questions and feature requests here.
Do you have questions on how to use the library or some of its functionality? Feel free to join our discord Server and ask for help. Also dont forget to check out the wiki
To use it unpack the archive file and add the Jar file to your projects dependencies.
If you are using gradle add the following line to your dependencies:
implementation 'dev.bitbite:OpenNetLib-Protocols:0.0.1'
For Maven use the following:
<dependency>
<groupId>dev.bitbite</groupId>
<artifactId>OpenNetLib-Protocols</artifactId>
<version>0.0.1</version>
</dependency>
Visit maven central and choose the latest release to find the code you need to add
- Provide a abstract way to define and use protocols
- A simple HTTP protocol implementation
Check the Getting started guide