More work on the API: Up next, command senders.

This commit is contained in:
md_5
2013-01-10 19:54:12 +11:00
parent e3664cb654
commit 9196f8f61e
12 changed files with 203 additions and 16 deletions

View File

@@ -23,6 +23,13 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.11</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>