From 78b2c38023a8ac035d669878ebec43e763552f17 Mon Sep 17 00:00:00 2001 From: John Grosh Date: Thu, 1 Dec 2016 19:16:10 -0500 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 55706e6..a2baaaf 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,27 @@ public class Example ``` Result: `Hello World!!!` +## Maven +To use Maven with JagTag, simply add the following sections to your pom.xml +```xml + + + false + + bintray-jagrosh-maven + bintray + http://dl.bintray.com/jagrosh/maven + +``` +```xml + + me.jagrosh + JagTag + 0.4 + pom + +``` + ## Current Projects Here are some other projects that utilize JagTag: * [**Spectra (Discord Bot)**](https://github.com/jagrosh/Spectra) - Spectra uses JagTag in its customizable "tags" (user-created commands), and in welcome and leave messages for servers. (https://github.com/jagrosh/Spectra/blob/master/src/spectra/jagtag/libraries/Discord.java)