[bin2json] Binary to JSON converter initial contribution (#611)

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
This commit is contained in:
pali
2019-09-01 12:57:58 +02:00
committed by Kai Kreuzer
parent abed938de0
commit fa416be057
14 changed files with 557 additions and 0 deletions
+8
View File
@@ -398,6 +398,14 @@
<scope>compile</scope>
</dependency>
<!-- JBBP -->
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp</artifactId>
<version>1.4.1</version>
<scope>compile</scope>
</dependency>
<!-- JmDNS -->
<dependency>
<groupId>org.jmdns</groupId>