Item def dumper

This commit is contained in:
Adam
2015-11-13 18:23:17 -05:00
parent e30b69d190
commit 0ae993e8fa
9 changed files with 379 additions and 194 deletions

View File

@@ -29,6 +29,11 @@
<artifactId>sspace</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>