mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
add import support for mtgjson deck files
This commit is contained in:
parent
4e8d423bca
commit
17c40ead3c
7 changed files with 4772 additions and 2 deletions
|
|
@ -14,12 +14,16 @@
|
|||
<name>Mage Framework</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.json-simple</groupId>
|
||||
<artifactId>json-simple</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue