Archived
0

Status response

This commit is contained in:
2018-04-08 23:45:23 +03:00
parent 6d090217b7
commit d6b7647fc9
13 changed files with 217 additions and 18 deletions

View File

@@ -77,6 +77,11 @@
<artifactId>guava</artifactId>
<version>24.1-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
</dependency>
</dependencies>
<build>