-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Ben edited this page Oct 24, 2022
·
4 revisions
This is a short guide on how to use the OpenNetLib.
To be able to use the library you'll need a fully featured Java
compiler of version 11
or newer. Additionally we recommend to use whichever IDE you prefer.
Follow these simple steps to use the libary:
- download the latest release here
- unzip it
- add the contained jar to your classpath
- drink some coffee (if you like it)
you are lucky. Just add the following line to your build.gradle dependencies section:
implementation: 'dev.bitbite:OpenNetLib:1.1.0'
You know what comes next...
<dependency>
<groupId>dev.bitbite</groupId>
<artifactId>OpenNetLib</artifactId>
<version>1.1.0</version>
</dependency>
Visit maven central and pick the release you like to find the code you need.