Skip to content

Getting started

Ben edited this page Oct 24, 2022 · 4 revisions

Getting started

This is a short guide on how to use the OpenNetLib.

Requirements

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.

Importing the library

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)

If you are using Gradle

you are lucky. Just add the following line to your build.gradle dependencies section:

implementation: 'dev.bitbite:OpenNetLib:1.1.0'

Maven

You know what comes next...

<dependency>
	<groupId>dev.bitbite</groupId>
	<artifactId>OpenNetLib</artifactId>
	<version>1.1.0</version>
</dependency>

For everything else

Visit maven central and pick the release you like to find the code you need.