From 5405468831f996554115e637287a0f58ee1588d3 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 2 May 2020 18:00:14 +0200 Subject: [PATCH] added installation readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 970b8b3..9440233 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,29 @@ Art-Net DMX over IP library for Java and Processing. This library adds a lot of ## Installation +I recommend to install it from maven central. Otherwise it is also possible to use [github packages](packages), [jitpack.io](https://jitpack.io/#cansik/artnet4j) or just the [binary download](releases). + +### Maven + +```xml + + ch.bildspur + artnet4j + 0.6.2 + +``` + +### Gradle + +```groovy +repositories { + mavenCentral() +} + +dependencies { + compile 'ch.bildspur:artnet4j:0.6.2' +} +``` ## Examples The library adds a new class called `ArtNetClient`, which contains easy access to the underlaying Art-Net implementation.