Archived
0

implement parser EDCE

This commit is contained in:
iMoHax
2015-08-07 15:28:05 +03:00
parent 4c593eb1f0
commit 0a4b301fdb
21 changed files with 859 additions and 2 deletions

View File

@@ -70,6 +70,10 @@
<artifactId>httpclient</artifactId>
<version>4.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>