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)