Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 580 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 580 Bytes

binarynotes

ASN1 serializer for java. This project is a fork of BinaryNotes compiler project. Please refer to

http://bnotes.sourceforge.net/

Installation

binarynotes plugin is available at [Maven Central] (http://search.maven.org/#browse%7C-1189551211).

Integration with Maven

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>