From 599ec6d6f58698082e55d77fca9da31cf6ce2a85 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 17 Nov 2014 23:55:40 +0200 Subject: [PATCH] Updated README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ec788..5c7bdba 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,16 @@ The latest development version is 2.0.0 which is available using the 2.0.0 branc Getting the API --------------- -You can clone or fork the repository. Alternatively, you can get the jar from Maven Central. +I recommend using the Maven artifact from Maven Central using this dependency: + +```xml + + me.legrange + mikrotik + 2.0.2 + +``` +You can also clone or fork the repository, or download the source as a zip or tar.gz from [Releases] Contributing ------------