MathCAT is a library for converting mathematics into Braille and speech. This repository contains the API components for accessing MathCAT4J, you will also need to have an implementation such as MathCAT4J-JNI.
MathCAT4J can be found on Maven central.
MathCAT4J uses the Maven build tool and Maven wrapper scripts are supplied. You will also need a Java Development Kit installed. To build the packages:
mvnw clean package
To install in your local Maven repository:
mvnw install