Example done with app class

This commit is contained in:
Serdar Hamzaoğulları
2017-08-06 22:51:43 +03:00
parent 9f612ecfda
commit 1474a50e5e
22 changed files with 708 additions and 0 deletions

View File

@ -39,5 +39,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.1</version>
</dependency>
</dependencies>
</project>