Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 408 Bytes

Java BCD library

Java library to encode and decode BCD. Simple static class without any dependencies.

Installation

Via Maven:

<dependency>
    <groupId>nl.sedit</groupId>
    <artifactId>bcd</artifactId>
    <version>0.1.0</version>
</dependency>

License

This software is licensed under the MIT License. View the license.