comments, tests and description

This commit is contained in:
Kamil Pietruszka
2017-03-11 12:24:48 +01:00
parent e8b634c33e
commit 8632bafcd7
10 changed files with 219 additions and 51 deletions

View File

@ -14,6 +14,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
<artifactId>converter</artifactId>