ASN1 serializer for java. This project is a fork of BinaryNotes compiler project. Please refer to
http://bnotes.sourceforge.net/
binarynotes plugin is available at [Maven Central] (http://search.maven.org/#browse%7C-1189551211).
To use the official release of binarynotes, please use the following snippet in your pom.xml
<dependency>
<groupId>org.codejuicer</groupId>
<artifactId>binarynotes</artifactId>
<version>1.6.0-SNAPSHOT</version>
</dependency>