Core java enum examples

This commit is contained in:
Gachchinamat
2016-05-30 16:42:22 +02:00
parent b36e9a3a5c
commit c8121c168d
5 changed files with 240 additions and 1 deletions
+5 -1
View File
@@ -9,7 +9,11 @@
<dependencies>
<!-- utils -->
<dependency>
<groupId>net.sourceforge.collections</groupId>
<artifactId>collections-generic</artifactId>
<version>4.01</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>