Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jagrosh authored Dec 2, 2016
1 parent cf7d8ca commit 78b2c38
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-jagrosh-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/jagrosh/maven</url>
</repository>
```
```xml
<dependency>
<groupId>me.jagrosh</groupId>
<artifactId>JagTag</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
```

## 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)

0 comments on commit 78b2c38

Please sign in to comment.