Skip to content

bitbitedev/OpenNetLib-Protocols

Repository files navigation

OpenNetLib-Protocols - An extension for OpenNetLib

Build Version Discord channel

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

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-Protocols:0.0.1'

Maven

For Maven use the following:

<dependency>
  <groupId>dev.bitbite</groupId>
  <artifactId>OpenNetLib-Protocols</artifactId>
  <version>0.0.1</version>
</dependency>

Other build tools

Visit maven central and choose the latest release to find the code you need to add

Features

  • Provide a abstract way to define and use protocols
  • A simple HTTP protocol implementation

How to use

Check the Getting started guide