From 95acee13b37a574aead0534177fd71b07f08f4a1 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 13 Aug 2018 18:35:47 +0200 Subject: [PATCH] Updated url and added gradle --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa6ff8..44e74fd 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ Release Notes This project includes some utility classes that are a small subset of a much larger library. These classes are **kept in sync** with the main utilities library, so "jar hell" is not an issue, and the latest release will always include the same version of utility files as all of the other projects in the dorkbox repository at that time. - Please note that the utility source code is included in the release and on our [GitHub](https://github.com/dorkbox/Utilities) repository. + Please note that the utility source code is included in the release and on our [Git Server](https://git.dorkbox.com/dorkbox/Utilities) repository. Maven Info @@ -282,6 +282,18 @@ Maven Info ```` + +Gradle Info +--------- +```` +dependencies { + ... + api 'com.dorkbox:SystemTray:3.14' +} +```` + + + Or if you don't want to use Maven, you can access the latest files and source-code directly from here: https://github.com/dorkbox/SystemTray/releases